css_enhanced_waf/scripts/build-macos-amd64.sh

10 lines
151 B
Bash
Raw Normal View History

#!/bin/sh
git submodule init && git submodule update
brew install sdl2
2024-09-05 23:39:47 +01:00
brew install zstd
2023-11-08 18:58:33 +00:00
./waf configure -T debug --disable-warns $* &&
./waf build