Skip to content

Commit

Permalink
Use the gox binary found in a user's $PATH, which we assume includes
Browse files Browse the repository at this point in the history
$GOPATH/bin/

Fixes: 2110
  • Loading branch information
sean- committed Aug 11, 2016
1 parent 6687ce1 commit 0180f20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ fi

# Build!
echo "==> Building..."
$GOPATH/bin/gox \
"`which gox`" \
-os="${XC_OS}" \
-arch="${XC_ARCH}" \
-osarch="!darwin/arm" \
Expand Down

0 comments on commit 0180f20

Please sign in to comment.