From 55cc8feca78f7404ce44c7aa7cca81a58f4523b7 Mon Sep 17 00:00:00 2001 From: Thomas Rudin Date: Thu, 28 Nov 2019 19:21:56 +0100 Subject: [PATCH] static build (cgo) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 34e8790..2d41759 100644 --- a/Makefile +++ b/Makefile @@ -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 $@