From 4ada22d3e90301bd8bd1980935ea4904c11a1555 Mon Sep 17 00:00:00 2001 From: Carl-Y <52552476+HH45137@users.noreply.github.com> Date: Thu, 29 Feb 2024 22:40:58 +0800 Subject: [PATCH] Update build-macos-arm64.sh --- scripts/build-macos-arm64.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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