css_enhanced_waf/scripts/build-macos-amd64.sh

10 lines
151 B
Bash
Raw Permalink Normal View History

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