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.
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.