Update build_tc.sh

This commit is contained in:
Daniel Stankewitz
2018-06-29 15:03:02 +02:00
committed by GitHub
parent a3c537fb1c
commit 3bcda300bb

View File

@ -88,7 +88,7 @@ function compile {
echo "Compiling '$1' ...";
cd $SRC/$1
make clean
CC=cl.exe ./configure --prefix=$BUILD $2
CC=cl.exe LD=link.exe ./configure --prefix=$BUILD $2
make -j $CPU_CORES
make install
}