matricks / bam

Bam is a fast and flexible build system. Bam uses Lua to describe the build process. It's takes its inspiration for the script files from scons. While scons focuses on being 100% correct when building, bam makes a few sacrifices to acquire fast full and incremental build times.
http://matricks.github.com/bam
Other
146 stars 47 forks source link

Add support for new macs by detecting arm64 #164

Closed ChillerDragon closed 3 months ago

ChillerDragon commented 4 months ago

Should help with macOS github actions failing for teeworlds.

https://github.com/teeworlds-community/teeworlds/issues/109

oy commented 3 months ago

Looks good 👍