Update build_tc.sh

This commit is contained in:
Daniel Stankewitz 2018-07-01 18:58:09 +02:00 committed by GitHub
parent 2bc8636260
commit 93fb4b58f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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