now seems to work for the most part

This commit is contained in:
2019-10-27 06:26:07 -07:00
parent e0102004eb
commit b4a7f23815
4 changed files with 43 additions and 16 deletions

View File

@@ -23,11 +23,9 @@ ifeq ($(UNAME_S),Darwin)
endif
ifneq ($(UNAME_S),Darwin)
GOFLAGS := -ldflags "-static -linkmode external -extldflags $(GOLDFLAGS)"
GOFLAGS = -ldflags "-linkmode external -extldflags -static $(GOLDFLAGS)"
endif
default: run
run: build