Open ErichZimmer opened 2 years ago
@timdewhirst Perhaps you would know what I did wrong?
for some reason the build process is mixing x86_64 and ARM binaries e.g. the line that invokes the compiler contains vcpkg_installed/x64-osx/lib/libtiff.a
and indeed the next line says: ld: warning: ignoring file vcpkg_installed/x64-osx/lib/libtiff.a, building for macOS-arm64 but attempting to link with file built for macOS-x86_64
Describe the bug CIBuildWheel macOS arm64 build fails.
To Reproduce Steps to reproduce the behavior:
Expected behavior Build and test passes.
Additional information