mirror of https://github.com/liamg/aminal.git
fixed darwin build
This commit is contained in:
parent
420d536eb6
commit
e60a57a0e3
2
Makefile
2
Makefile
|
@ -36,4 +36,4 @@ build-linux:
|
||||||
.PHONY: build-darwin
|
.PHONY: build-darwin
|
||||||
build-darwin:
|
build-darwin:
|
||||||
mkdir -p bin/darwin
|
mkdir -p bin/darwin
|
||||||
xgo -x -v -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 -out bin/darwin/${BINARY}-darwin-amd64 .
|
||||||
|
|
Loading…
Reference in New Issue