summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgabrix73 <gabriel1@frozenstar.info>2026-04-12 16:04:25 +0200
committergabrix73 <gabriel1@frozenstar.info>2026-04-12 16:04:25 +0200
commit713033fc2e7c6214c3cbe51dd9255e0eff9868bb (patch)
tree02463c675268b4b72ffe5ec881b631093035044a
parentbe916cce968373042af601e0cc3bf66c0b9e4056 (diff)
downloadkhimera-713033fc2e7c6214c3cbe51dd9255e0eff9868bb.tar.gz
khimera-713033fc2e7c6214c3cbe51dd9255e0eff9868bb.tar.xz
khimera-713033fc2e7c6214c3cbe51dd9255e0eff9868bb.zip
fix: remove -static linking for Linux, GL and X11 have no static versions
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 527b3c9..5ccd558 100644
--- a/Makefile
+++ b/Makefile
@@ -71,8 +71,7 @@ linux: install-deps
GOOS=linux \
GOARCH=amd64 \
go build \
- -ldflags="$(LDFLAGS) -extldflags '-static'" \
- -tags 'osusergo netgo static_build' \
+ -ldflags="$(LDFLAGS)" \
-o $(OUTPUT_DIR)/Linux/khimera-linux \
./khimera-main.go
@chmod +x $(OUTPUT_DIR)/Linux/khimera-linux