H-uru / Plasma

Cyan Worlds's Plasma game engine
http://h-uru.github.io/Plasma/
GNU General Public License v3.0
202 stars 80 forks source link

Enable macOS arm64 builds in CI #1520

Closed dpogue closed 8 months ago

dpogue commented 8 months ago

This requires using the host platform's Python interpreter rather than the target platform's interpreter, which runs as part of the build process for resource.dat generation.

Also have to disable running tests when cross-compiling because the host system can't run the test executables compiled for the target system.