updated build script

This commit is contained in:
Carlos Salguero
2017-01-30 21:41:45 -03:00
parent ef1e1ff0f6
commit fd8b3c3928

View File

@@ -491,6 +491,7 @@ if [ $UPDATE -eq 1 ]; then
fi
# Build Go binaries
echo "---------------------------------------------------------------------"
CWD=$(pwd)
cd $GO_SRC_DIR
echo "Building Go tools for $OS_ARCH"