diff --git a/build_tc.sh b/build_tc.sh index 74a61be..9ba6340 100644 --- a/build_tc.sh +++ b/build_tc.sh @@ -100,7 +100,7 @@ function compile { echo "Compiling '$1' ..."; cd $SRC/$1 make clean - CC=cl ./configure --prefix=$BUILD $2 + CC=cl.exe ./configure --prefix=$BUILD $2 make -j $CPU_CORES make install }