mirror of
https://github.com/celisej567/source-engine.git
synced 2026-09-19 20:09:06 +03:00
add macos workflow, fix filesystem_async max thread count
This commit is contained in:
8
scripts/build-macos-amd64.sh
Executable file
8
scripts/build-macos-amd64.sh
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
|
||||
git submodule init && git submodule update
|
||||
|
||||
brew install sdl2
|
||||
|
||||
./waf configure -T debug --64bits --disable-warns $* &&
|
||||
./waf build
|
||||
Reference in New Issue
Block a user