summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xMakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3a6cebe..e1c78df 100755
--- a/Makefile
+++ b/Makefile
@@ -17,7 +17,7 @@ helper_win:
go build -ldflags "-s -w" -o $(STAGING)/bitmask_helper.exe .\helper
upx $(STAGING)/bitmask_helper.exe
systray_win:
- go get -u $(SYSTRAY)
+ go get -tags "standalone" -u $(SYSTRAY)
go build -tags "standalone" -ldflags "-H windowsgui -s -w" -o $(STAGING)/bitmask-systray.exe $(SYSTRAY)
build_win: helper_win systray_win
# since it's tedious, I assume you did bootstrap openvpn_win manually already.