diff --git a/build_tc.sh b/build_tc.sh index a6c1789..66b9ff0 100644 --- a/build_tc.sh +++ b/build_tc.sh @@ -20,7 +20,7 @@ function compile { echo "### Compiling '$1' ..."; cd $SRC/$1 make clean - CC=cl.exe LD=link.exe ./configure --prefix=$BUILD $2 + ./configure --prefix=$BUILD $2 make -j $CPU_CORES make install }