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

9 lines
137 B
Bash
Raw Normal View History

#!/bin/sh
git submodule init && git submodule update
brew install sdl2
2023-05-09 17:12:03 +00:00
./waf configure -T debug --64bits --no-warns $* &&
./waf build