codypiersall / pynng

Python bindings for Nanomsg Next Generation.
https://pynng.readthedocs.io
MIT License
260 stars 58 forks source link

Fix: Compilation for both macOS architectures. #122

Closed regcs closed 6 months ago

regcs commented 6 months ago

This fixes an issue with the compilation of Apple Silicon architecture, which was re-introduced with ded2448. With this fix, pynng is again compiled as a universal2 wheel, which works on both x86_64 and arm64 architecture.

@codypiersall: Would be great, if you could merge this and upload the new universal2 wheels to PiPy. Thanks! :)

codypiersall commented 6 months ago

This is great. Thank you!

I'm hoping to cut a new release soon. I'm trying to get mbedtls to build in i686 and it's not cooperating, but once I get that (or give up) I'm planning to release.