summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRuben Pollan <meskio@sindominio.net>2018-07-02 17:58:59 +0200
committerRuben Pollan <meskio@sindominio.net>2018-07-04 01:22:55 +0200
commitb5e62f998529a5f17ba2ff6477a7b75040bf292a (patch)
treec85821ffbba102a80b9ca566889eb78f6cf35194 /Makefile
parenta6342aa35bc325ae297d38966742e5d38a1bb3ff (diff)
[feat] get the standalone dependencies for the systray
Diffstat (limited to 'Makefile')
-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.