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

$GOPATH/bin/

Fixes: 2110
pull/2096/merge
Sean Chittenden 8 years ago
parent 6687ce1abf
commit 0180f20352
No known key found for this signature in database
GPG Key ID: 4EBC9DC16C2E5E16

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

Loading…
Cancel
Save