From 43e84a9660edb27af4a78d806aa7ddc2a5395a7a Mon Sep 17 00:00:00 2001 From: Daniel Stankewitz Date: Wed, 19 Jan 2022 06:18:52 +0100 Subject: [PATCH] Update build.sh --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 813b793..3f99d38 100644 --- a/build.sh +++ b/build.sh @@ -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 }