diff --git a/scripts/ci_checks/macos/build-3rdparty.sh b/scripts/ci_checks/macos/build-3rdparty.sh index 0eb5677ec..cc1dd2318 100755 --- a/scripts/ci_checks/macos/build-3rdparty.sh +++ b/scripts/ci_checks/macos/build-3rdparty.sh @@ -2,7 +2,7 @@ set -euxo pipefail -brew install automake scons libsndfile +brew install automake scons scons -Q \ --enable-werror \ diff --git a/scripts/ci_checks/macos/universal-binaries.sh b/scripts/ci_checks/macos/universal-binaries.sh index 4128e9832..c5dc87b75 100755 --- a/scripts/ci_checks/macos/universal-binaries.sh +++ b/scripts/ci_checks/macos/universal-binaries.sh @@ -2,7 +2,7 @@ set -euxo pipefail -brew install automake scons libsndfile +brew install automake scons scons -Q \ --enable-werror \