Skip to content

Re-evaluate host machine arch on Xcode backend generate#15765

Open
kode54 wants to merge 1 commit intomesonbuild:masterfrom
kode54:fix-14650
Open

Re-evaluate host machine arch on Xcode backend generate#15765
kode54 wants to merge 1 commit intomesonbuild:masterfrom
kode54:fix-14650

Conversation

@kode54
Copy link
Copy Markdown

@kode54 kode54 commented May 3, 2026

Fixes: #14650

If not set explicitly via a host machine file, Meson's Interpreter will _redetect_machines() at the end of initialization. However, the backend is created before this and therefore the host machine arch may be set to None when the Xcode backend is initialized.


I am willing to make any revisions this needs to be applied.

Fixes: mesonbuild#14650

If not set explicitly via a host machine file, Meson's Interpreter
will _redetect_machines() at the end of initialization. However,
the backend is created before this and therefore the host machine
arch may be set to None when the Xcode backend is initialized.

Co-authored-by: Shukant Pal <SukantK2002@outlook.com>
Signed-off-by: Christopher Snowhill <kode54@gmail.com>
@kode54 kode54 requested a review from jpakkane as a code owner May 3, 2026 05:18
@dcbaker dcbaker added this to the 1.12 milestone May 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

RuntimeError with Xcode 16.2 backend on macOS 15.2

2 participants