lbry-sdk
lbry-sdk copied to clipboard
Support Apple M1 ARM64 with Universal Binaries
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.