Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add linker directive for *-darwin to fix PyO3
Without these flags I get linking errors like this when building from nixpkgs: = note: Undefined symbols for architecture arm64: "_PyExc_ConnectionResetError", referenced from: pyo3::type_object::PyTypeInfo::type_object::hd73bc9c256c52717 in libpyo3-c59aeb8b74bb57e0.rlib(pyo3-c59aeb8b74bb57e0.pyo3.e60578ba-cgu.0.rcgu.o) See: https://pyo3.rs/main/building_and_distribution#macos
- Loading branch information