Add --with-iphonesimulator configure option

Make it simpler to cross compile wxiOS on Silicon Macs by allowing to
just specify this option and document its use.

Closes #25782.
This commit is contained in:
Robert Roebling
2025-09-09 20:55:38 +02:00
committed by Vadim Zeitlin
parent cd5e67feb9
commit e38fa1c264
4 changed files with 42 additions and 2 deletions

View File

@@ -104,6 +104,14 @@ jobs:
skip_samples: true
skip_testing: true
allow_warnings: true
- name: wxiOS Simulator on Silicon Mac
runner: macos-15
arch: arm64
configure_flags: --with-iphonesimulator --enable-monolithic --disable-shared --with-macosx-sdk=$(xcrun --sdk iphonesimulator --show-sdk-path) --host=aarch64-apple-darwin24.6.0 --build=aarch64-apple-darwin --without-libtiff
xcode_sdk: iphonesimulator
skip_samples: true
skip_testing: true
allow_warnings: true
env:
wxUSE_ASAN: ${{ matrix.use_asan && 1 || 0 }}