Update build.sh
This commit is contained in:
parent
b070b776f9
commit
c82f2c2638
7
build.sh
7
build.sh
@ -15,9 +15,10 @@ fi
|
|||||||
|
|
||||||
function build {
|
function build {
|
||||||
cd $SRC/$1
|
cd $SRC/$1
|
||||||
if [ -f autogen.sh ]; then
|
#if [ -f autogen.sh ]; then
|
||||||
./autogen.sh
|
# ./autogen.sh
|
||||||
fi
|
#fi
|
||||||
|
autoreconf -i
|
||||||
CC=cl CXXFLAGS=$CFLAGS ./configure --prefix=$BUILD $2
|
CC=cl CXXFLAGS=$CFLAGS ./configure --prefix=$BUILD $2
|
||||||
make -j $NUMBER_OF_PROCESSORS
|
make -j $NUMBER_OF_PROCESSORS
|
||||||
make install
|
make install
|
||||||
|
Loading…
x
Reference in New Issue
Block a user