source-engine/scripts/build-macos-amd64.sh

9 lines
133 B
Bash
Raw Normal View History

#!/bin/sh
git submodule init && git submodule update
brew install sdl2
2023-11-09 02:58:33 +08:00
./waf configure -T debug --disable-warns $* &&
./waf build