ColinPitrat / caprice32

An emulator of the Amstrad CPC 8bit home computer range.
GNU General Public License v2.0
146 stars 32 forks source link

Support universal build on MacOS #205

Open ColinPitrat opened 3 years ago

ColinPitrat commented 3 years ago

As discussed in https://github.com/ColinPitrat/caprice32/pull/201

https://developer.apple.com/documentation/apple-silicon/building-a-universal-macos-binary

This would require changes in the makefile to have objects in different directories depending on the architecture so that we can build one binary for arm64 and one for x86_64 and call lipo on them.