lbry-sdk icon indicating copy to clipboard operation
lbry-sdk copied to clipboard

Support Apple M1 ARM64 with Universal Binaries

Open robd003 opened this issue 4 years ago • 0 comments

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.

robd003 avatar Dec 10 '21 17:12 robd003