MEGA65 / mega65-tools

Tools and Utilities for the MEGA65 Retro Computers
GNU General Public License v3.0
28 stars 31 forks source link

M1 and universal builds for macOS #158

Closed ki-bo closed 1 year ago

ki-bo commented 1 year ago

This PR adds support for universal binaries to the Makefile. 3rd party libraries are fetched via Conan. Homebrew fetched packages can't be used easily for multi-arch binaries.

ki-bo commented 1 year ago

I need to fix the Travis build first before this can be merged. Will look into this the next days.