The pillow 10.4.0 build fails on x86 hardware (or at least I can only replicate this on x86).
ld: building for 'iOS-simulator', but linking in dylib (/usr/local/Cellar/libtiff/4.6.0/lib/libtiff.6.dylib) built for 'macOS'
clang: error: linker command failed with exit code 1 (use -v to see invocation)
error: command '/Users/runner/work/mobile-forge-test/mobile-forge-test/support/3.12/iOS/Python.xcframework/ios-arm64_x86_64-simulator/bin/x86_64-apple-ios-simulator-clang' failed with exit code 1
Build pillow 10.4.0 on x86.
Pillow builds irrespective of build hardware.
Describe the bug
The pillow 10.4.0 build fails on x86 hardware (or at least I can only replicate this on x86).
https://github.com/rmartin16/mobile-forge-test/actions/runs/10969302765/job/30461795505#step:6:1768
Steps to reproduce
Build pillow 10.4.0 on x86.
Expected behavior
Pillow builds irrespective of build hardware.
Screenshots
No response
Environment
Logs
Pillow-10.4.0-cp311-ios_13_0_arm64_iphoneos.log
Pillow-10.4.0-cp311-ios_13_0_arm64_iphonesimulator.log
Pillow-10.4.0-cp311-ios_13_0_x86_64_iphonesimulator.log
Additional context
No response