1
0
forked from MTSR/mapserver

static build (cgo)

This commit is contained in:
Thomas Rudin 2019-11-28 19:21:56 +01:00
parent a1c0f6e42b
commit 55cc8feca7

View File

@ -18,7 +18,7 @@ BINARIES += $(OUT_DIR)/mapserver-linux-arm
JS_BUNDLE = static/js/bundle.js
all: $(STATIC_VFS)
go build
$(GO_BUILD)
$(OUT_DIR):
mkdir $@