source-engine/scripts/build-macos-amd64.sh
2023-11-08 21:58:33 +03:00

9 lines
133 B
Bash
Executable File

#!/bin/sh
git submodule init && git submodule update
brew install sdl2
./waf configure -T debug --disable-warns $* &&
./waf build