mirror of
https://github.com/OpenFactorioServerManager/factorio-server-manager.git
synced 2024-12-27 02:43:45 +02:00
Merge pull request #263 from OpenFactorioServerManager/fix-glibc
dont build static on linux
This commit is contained in:
commit
c06872f3d0
2
Makefile
2
Makefile
@ -28,7 +28,7 @@ factorio-server-manager-linux:
|
||||
@echo "Building Backend - Linux"
|
||||
@mkdir -p factorio-server-manager
|
||||
@cd src; \
|
||||
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 .
|
||||
|
||||
factorio-server-manager-windows:
|
||||
@echo "Building Backend - Windows"
|
||||
|
Loading…
Reference in New Issue
Block a user