build.sh change

This commit is contained in:
jahway603
2023-04-06 13:21:34 -04:00
parent 784744b5b8
commit e9036402ca

View File

@@ -7,7 +7,7 @@ set -eu -o pipefail
# run correct build script for detected OS
if [[ "$OSTYPE" == "linux-gnu"* ]]; then
./util/build.sh --disable-tests $@
MAKE=make ./util/build.sh --disable-tests $@
elif [[ "$OSTYPE" == "darwin"* ]]; then
./util/build-mac.sh --disable-tests $@
elif [[ "$OSTYPE" == "msys"* ]]; then