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 9a3540d commit 45a9e2cCopy full SHA for 45a9e2c
lib/std/zig/LibCDirs.zig
@@ -168,7 +168,7 @@ pub fn detectFromBuilding(
168
169
const generic_name = libCGenericName(target);
170
// Some architecture families are handled by the same set of headers.
171
- const arch_name = if (target.isMuslLibC())
+ const arch_name = if (target.isMuslLibC() or target.isWasiLibC())
172
std.zig.target.muslArchNameHeaders(target.cpu.arch)
173
else if (target.isFreeBSDLibC())
174
std.zig.target.freebsdArchNameHeaders(target.cpu.arch)
0 commit comments