mirror of
https://github.com/celisej567/source-engine.git
synced 2026-01-03 05:49:41 +03:00
9 lines
142 B
Bash
Executable File
9 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
|