Skip to content

Commit a6f85e8

Browse files
committed
Correct expected cross-file output.
1 parent 68b1dc0 commit a6f85e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_project.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,5 +409,5 @@ def test_ios_project(package_simple, monkeypatch, multiarch, tmp_path):
409409
cross_config = (tmp_path / 'meson-python-cross-file.ini').read_text()
410410

411411
assert "\nsystem = 'ios'\n" in cross_config
412-
assert f"\nc = '{arch}-apple-{subsystem}-clang'\n" in cross_config
412+
assert f"\nc = ['{arch}-apple-{subsystem}-clang', '-mios-version-min=" in cross_config
413413
assert f"\nsubsystem = '{subsystem}'\n" in cross_config

0 commit comments

Comments
 (0)