mirror of https://github.com/status-im/consul.git
Merge pull request #1636 from zenware/master
Fix Already Closed Issue #1488 "Unable to find gox"
This commit is contained in:
commit
a897a7189b
|
@ -38,7 +38,7 @@ fi
|
|||
|
||||
# Build!
|
||||
echo "==> Building..."
|
||||
gox \
|
||||
$GOPATH/bin/gox \
|
||||
-os="${XC_OS}" \
|
||||
-arch="${XC_ARCH}" \
|
||||
-ldflags "-X main.GitCommit ${GIT_COMMIT}${GIT_DIRTY} -X main.GitDescribe ${GIT_DESCRIBE}" \
|
||||
|
|
Loading…
Reference in New Issue