From 420d536eb6be1a46ce2af9b1c050916712346fe4 Mon Sep 17 00:00:00 2001 From: Liam Galvin Date: Sat, 24 Nov 2018 20:42:10 +0000 Subject: [PATCH] fixed darwin build --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 01d6a60..d18ed51 100644 --- a/Makefile +++ b/Makefile @@ -36,4 +36,4 @@ build-linux: .PHONY: build-darwin build-darwin: mkdir -p bin/darwin - xgo -ldflags "-X main.Version='${CIRCLE_TAG}'" --targets=darwin/amd64 --dest=bin/darwin -out ${BINARY}-darwin-amd64 . + xgo -x -v -ldflags "-X main.Version='${CIRCLE_TAG}'" --targets=darwin/amd64 --dest=bin/darwin -out ${BINARY}-darwin-amd64 .