From 8c20a23542e80ece83cfa25a09376f14378a18c7 Mon Sep 17 00:00:00 2001 From: Liam Galvin Date: Sat, 24 Nov 2018 20:36:18 +0000 Subject: [PATCH] fixed darwin build --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5b3ea32..c624a56 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 -ldflags "-X main.Version='${CIRCLE_TAG}'" --targets=darwin/amd64 --dest=bin/darwin -out ${BINARY}-darwin-amd64 .