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