lbryio / lbry-sdk

The LBRY SDK for building decentralized, censorship resistant, monetized, digital content apps.
https://lbry.com
MIT License
7.19k stars 482 forks source link

Support Apple M1 ARM64 with Universal Binaries #3515

Open robd003 opened 2 years ago

robd003 commented 2 years ago

It looks like if pyinstaller is upgraded to to 4.5.1 it will properly build universal binaries.

For macOS builds all that would have to be done is add "--target-arch universal2" to the pyinstaller build args.