diff options
| author | gabrix73 <gabriel1@frozenstar.info> | 2026-04-12 16:04:25 +0200 |
|---|---|---|
| committer | gabrix73 <gabriel1@frozenstar.info> | 2026-04-12 16:04:25 +0200 |
| commit | 713033fc2e7c6214c3cbe51dd9255e0eff9868bb (patch) | |
| tree | 02463c675268b4b72ffe5ec881b631093035044a | |
| parent | be916cce968373042af601e0cc3bf66c0b9e4056 (diff) | |
| download | khimera-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-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 |
