mirror of
https://github.com/status-im/consul.git
synced 2025-02-02 00:46:43 +00:00
Use the gox
binary found in a user's $PATH, which we assume includes
$GOPATH/bin/ Fixes: 2110
This commit is contained in:
parent
6687ce1abf
commit
0180f20352
@ -37,7 +37,7 @@ fi
|
||||
|
||||
# Build!
|
||||
echo "==> Building..."
|
||||
$GOPATH/bin/gox \
|
||||
"`which gox`" \
|
||||
-os="${XC_OS}" \
|
||||
-arch="${XC_ARCH}" \
|
||||
-osarch="!darwin/arm" \
|
||||
|
Loading…
x
Reference in New Issue
Block a user