mirror of
https://github.com/nillerusr/source-engine.git
synced 2024-12-22 22:27:05 +00:00
9 lines
142 B
Bash
9 lines
142 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
git submodule init && git submodule update
|
||
|
|
||
|
brew install sdl2
|
||
|
|
||
|
./waf configure -T debug --64bits --disable-warns $* &&
|
||
|
./waf build
|