source-engine
source-engine copied to clipboard
Unable to build for Portal on macOS
Hi, I'm trying to build the source engine so I can play Portal on my M1 MacBook.
I configured waf with the command python3 waf configure -T release --prefix='' --build-games=portal
I tried building with python3 waf build but it error out with:
Waf: Leaving directory `/Users/duarte/source-engine/build'
Build failed
-> task in 'tier1' failed with exit status 1 (run with -v to display more information)
-> task in 'tier1' failed with exit status 1 (run with -v to display more information)
-> task in 'tier1' failed with exit status 1 (run with -v to display more information)
-> task in 'tier1' failed with exit status 1 (run with -v to display more information)
-> task in 'tier1' failed with exit status 1 (run with -v to display more information)
-> task in 'tier1' failed with exit status 1 (run with -v to display more information)
-> task in 'tier1' failed with exit status 1 (run with -v to display more information)
-> task in 'tier0' failed with exit status 1 (run with -v to display more information)
Am I doing something wrong ? Thanks for all of the help🙏