We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c75c4e7 commit 3f881cbCopy full SHA for 3f881cb
Makefile
@@ -28,7 +28,7 @@ factorio-server-manager-linux:
28
@echo "Building Backend - Linux"
29
@mkdir -p factorio-server-manager
30
@cd src; \
31
- CGO_ENABLED=1 GO111MODULE=on GOOS=linux GOARCH=amd64 go build -ldflags="-extldflags=-static" -o ../factorio-server-manager/factorio-server-manager .
+ CGO_ENABLED=1 GO111MODULE=on GOOS=linux GOARCH=amd64 go build -o ../factorio-server-manager/factorio-server-manager .
32
33
factorio-server-manager-windows:
34
@echo "Building Backend - Windows"
0 commit comments