mirror of https://github.com/liamg/aminal.git
fixed darwin build
This commit is contained in:
parent
c81446260b
commit
8c20a23542
2
Makefile
2
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 .
|
||||
|
|
Loading…
Reference in New Issue