css_enhanced_waf/scripts/build-macos-amd64.sh

8 lines
142 B
Bash
Executable file

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