Merge pull request #1636 from zenware/master

Fix Already Closed Issue #1488 "Unable to find gox"
This commit is contained in:
James Phillips 2016-02-06 22:43:30 -08:00
commit a897a7189b
1 changed files with 1 additions and 1 deletions

View File

@ -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}" \