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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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
}