We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68b1dc0 commit a6f85e8Copy full SHA for a6f85e8
tests/test_project.py
@@ -409,5 +409,5 @@ def test_ios_project(package_simple, monkeypatch, multiarch, tmp_path):
409
cross_config = (tmp_path / 'meson-python-cross-file.ini').read_text()
410
411
assert "\nsystem = 'ios'\n" in cross_config
412
- assert f"\nc = '{arch}-apple-{subsystem}-clang'\n" in cross_config
+ assert f"\nc = ['{arch}-apple-{subsystem}-clang', '-mios-version-min=" in cross_config
413
assert f"\nsubsystem = '{subsystem}'\n" in cross_config
0 commit comments