Skip to content

Commit

Permalink
fix lib
Browse files Browse the repository at this point in the history
  • Loading branch information
josStorer committed Nov 29, 2023
1 parent b398cbb commit eef004b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ endif

build-windows:
@echo ---- build for windows
wails build -upx -ldflags "-s -w" -platform windows/amd64
wails build -upx -ldflags '-s -w -extldflags "-static"' -platform windows/amd64

build-macos:
@echo ---- build for macos
wails build -ldflags "-s -w" -platform darwin/universal
wails build -ldflags '-s -w -extldflags "-static"' -platform darwin/universal

build-linux:
@echo ---- build for linux
wails build -upx -ldflags "-s -w" -platform linux/amd64
wails build -upx -ldflags '-s -w -extldflags "-static"' -platform linux/amd64

build-web:
@echo ---- build for web
Expand Down

0 comments on commit eef004b

Please sign in to comment.