Browse Source

build.sh change

pull/328/head
jahway603 1 year ago
parent
commit
e9036402ca
  1. 2
      build.sh

2
build.sh

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

Loading…
Cancel
Save