Update build_tc.sh
This commit is contained in:
parent
a3c537fb1c
commit
3bcda300bb
@ -88,7 +88,7 @@ function compile {
|
|||||||
echo "Compiling '$1' ...";
|
echo "Compiling '$1' ...";
|
||||||
cd $SRC/$1
|
cd $SRC/$1
|
||||||
make clean
|
make clean
|
||||||
CC=cl.exe ./configure --prefix=$BUILD $2
|
CC=cl.exe LD=link.exe ./configure --prefix=$BUILD $2
|
||||||
make -j $CPU_CORES
|
make -j $CPU_CORES
|
||||||
make install
|
make install
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user