Skip to content

Commit 3f881cb

Browse files
committed
dont build static on linux
1 parent c75c4e7 commit 3f881cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ factorio-server-manager-linux:
2828
@echo "Building Backend - Linux"
2929
@mkdir -p factorio-server-manager
3030
@cd src; \
31-
CGO_ENABLED=1 GO111MODULE=on GOOS=linux GOARCH=amd64 go build -ldflags="-extldflags=-static" -o ../factorio-server-manager/factorio-server-manager .
31+
CGO_ENABLED=1 GO111MODULE=on GOOS=linux GOARCH=amd64 go build -o ../factorio-server-manager/factorio-server-manager .
3232

3333
factorio-server-manager-windows:
3434
@echo "Building Backend - Windows"

0 commit comments

Comments
 (0)