diff --git a/scripts/build-macos-arm64.sh b/scripts/build-macos-arm64.sh index abb6a2a8..80174a98 100755 --- a/scripts/build-macos-arm64.sh +++ b/scripts/build-macos-arm64.sh @@ -5,4 +5,4 @@ git submodule init && git submodule update brew install sdl2 freetype2 fontconfig pkg-config opus libpng libedit python3 ./waf configure -T debug --disable-warns $* && -./waf build +python3 ./waf build