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