Closed itsyohan closed 2 years ago
Alternatively, you can build universal binaries that work on Intel and Apple Silicon
Alternatively, you can build universal binaries that work on Intel and Apple Silicon
Here is my makefile to do that: https://github.com/sballin/alfred-search-notes-app/blob/master/search_notes/Makefile
The lipo
command merges the binaries compiled for different architectures.
Thank you.