css_enhanced_waf/scripts/build-macos-amd64.sh
2024-09-09 17:11:59 +02:00

10 lines
168 B
Bash
Executable file

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