nightlark / swig-pypi

pip install swig. SWIG Python wheel for PyPI.
Apache License 2.0
16 stars 5 forks source link

Propagate CMAKE_OSX_ARCHITECTURES to nested CMake projects #99

Closed nightlark closed 1 year ago

nightlark commented 1 year ago

macOS wheels were just all getting built as x86 -- no arm64 section was present in the resulting swig binary. Hopefully this fixes that issue by ensuring the value for CMAKE_OSX_ARCHITECTURES gets propagated to the swig and pcre CMake external project builds.