summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index bf97777..7073404 100644
--- a/Makefile
+++ b/Makefile
@@ -1,2 +1,2 @@
bin/gloginki:
- go build -o bin/gloginki -ldflags "-linkmode external -extldflags -static" -a .
+ go build -o bin/gloginki -ldflags "-linkmode external -extldflags -static" -tags netgo,osusergo -a .