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 ad2b175 commit 7dbd21bCopy full SHA for 7dbd21b
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