Also apply the changes to build.sh

This commit is contained in:
miterosan
2019-02-16 00:02:08 +01:00
parent 57fcdf9a0b
commit ed67b580fa
2 changed files with 2 additions and 1 deletions

View File

@ -6,6 +6,7 @@
echo "Preparing to run build script..."
cd build
SCRIPT_DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
TOOLS_DIR=$SCRIPT_DIR/tools
CAKE_BINARY_PATH=$TOOLS_DIR/"cake.coreclr"