Update build.sh

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

View File

@ -19,7 +19,7 @@ function build {
# ./autogen.sh
#fi
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 install
}