source-engine/scripts/build-macos-amd64.sh
2023-05-09 20:36:30 +03:00

9 lines
137 B
Bash
Executable File

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