mirror of
https://github.com/OpenFactorioServerManager/factorio-server-manager.git
synced 2024-12-25 02:29:45 +02:00
dont build static on linux
This commit is contained in:
parent
c75c4e74e7
commit
3f881cb90c
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