codypiersall / pynng

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

Do not link libatomic on M1 Macs #107

Closed Quentin-M closed 1 year ago

Quentin-M commented 2 years ago

This adds onto the heuristic, hopefully without breaking other ARM users, and fixes build of pynng on M1 Macbooks. Tested successfully via pip install.

      ld: library not found for -latomic
      clang: error: linker command failed with exit code 1 (use -v to see invocation)
      error: command '/usr/bin/clang' failed with exit code 1