fixed darwin build

This commit is contained in:
Liam Galvin 2018-11-24 20:42:10 +00:00
parent 89f0d9e75c
commit 420d536eb6
1 changed files with 1 additions and 1 deletions

View File

@ -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 .