Update build_tc.sh

This commit is contained in:
Daniel Stankewitz 2018-07-01 18:23:58 +02:00 committed by GitHub
parent 6cb076088d
commit 2bc8636260
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
CC=cl.exe LD=link.exe ./configure --prefix=$BUILD $2
./configure --prefix=$BUILD $2
make -j $CPU_CORES
make install
}