css_enhanced_waf/scripts/build-macos-amd64.sh

11 lines
168 B
Bash
Raw 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
2024-09-09 04:12:35 +02:00
brew install zip
2023-11-08 19:58:33 +01:00
./waf configure -T debug --disable-warns $* &&
./waf build