Update build_tc.sh

This commit is contained in:
Daniel Stankewitz
2018-06-29 12:27:29 +02:00
committed by GitHub
parent 0b12138085
commit ca01bf739a

View File

@ -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
}