Use the `gox` binary found in a user's $PATH, which we assume includes

$GOPATH/bin/

Fixes: 2110
pull/2096/merge
Sean Chittenden 2016-08-10 23:55:40 -07:00
parent 6687ce1abf
commit 0180f20352
No known key found for this signature in database
GPG Key ID: 4EBC9DC16C2E5E16
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ fi
# Build!
echo "==> Building..."
$GOPATH/bin/gox \
"`which gox`" \
-os="${XC_OS}" \
-arch="${XC_ARCH}" \
-osarch="!darwin/arm" \