Open
Description
Zig Version
0.13.0
Steps to Reproduce and Observed Behavior
As observed in ghostty-org/ghostty#3218 zig projects that build e.g. a helper executable meant to be run on host target, attempt to link it to cross target libc, which leads to build failures.
Expected Behavior
Build artifacts mentioned above should build correctly for cross target configurations.