Update build_tc.sh
This commit is contained in:
parent
6cb076088d
commit
2bc8636260
@ -20,7 +20,7 @@ function compile {
|
|||||||
echo "### Compiling '$1' ...";
|
echo "### Compiling '$1' ...";
|
||||||
cd $SRC/$1
|
cd $SRC/$1
|
||||||
make clean
|
make clean
|
||||||
CC=cl.exe LD=link.exe ./configure --prefix=$BUILD $2
|
./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