Update build.sh

This commit is contained in:
Daniel Stankewitz 2022-01-19 06:14:32 +01:00 committed by GitHub
parent b070b776f9
commit c82f2c2638
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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