diff --git a/build_tc.sh b/build_tc.sh index 54da5bb..dd15c2b 100644 --- a/build_tc.sh +++ b/build_tc.sh @@ -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 }