mirror of
https://github.com/wxWidgets/wxWidgets.git
synced 2025-12-07 20:22:11 +08:00
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:
committed by
Vadim Zeitlin
parent
cd5e67feb9
commit
e38fa1c264
8
.github/workflows/ci_mac.yml
vendored
8
.github/workflows/ci_mac.yml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user