source-engine/scripts/build-macos-arm64.sh
2024-02-29 22:40:58 +08:00

9 lines
201 B
Bash
Executable File

#!/bin/sh
git submodule init && git submodule update
brew install sdl2 freetype2 fontconfig pkg-config opus libpng libedit
python3 ./waf configure -T debug --disable-warns $* &&
python3 ./waf build