Update build.sh
This commit is contained in:
parent
c82f2c2638
commit
43e84a9660
2
build.sh
2
build.sh
@ -19,7 +19,7 @@ function build {
|
|||||||
# ./autogen.sh
|
# ./autogen.sh
|
||||||
#fi
|
#fi
|
||||||
autoreconf -i
|
autoreconf -i
|
||||||
CC=cl CXXFLAGS=$CFLAGS ./configure --prefix=$BUILD $2
|
CC=cl CXX=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