summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarin Ivanov <[email protected]>2026-01-16 21:26:11 +0200
committerMarin Ivanov <[email protected]>2026-01-16 21:26:11 +0200
commit3ba762877dd49ba47d2ac37c8a2341f4e2ec7b1f (patch)
tree7f51a8f3dca2c5d31c4ac04bfbfbccbcf6f3b8b2
parent83be91046c188646205edf54f9570e009cb3bd43 (diff)
fix go static build
-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 .