From 3bcda300bb1381a6426aa87bc41b0f0c3b98fbe4 Mon Sep 17 00:00:00 2001 From: Daniel Stankewitz Date: Fri, 29 Jun 2018 15:03:02 +0200 Subject: [PATCH] Update build_tc.sh --- build_tc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }