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 0585ed0 commit fed8df9Copy full SHA for fed8df9
lib/std/zig/LibCInstallation.zig
@@ -407,7 +407,7 @@ fn findNativeCrtDirWindows(
407
var result_buf = std.ArrayList(u8).init(allocator);
408
defer result_buf.deinit();
409
410
- const arch_sub_dir = switch (builtin.target.cpu.arch) {
+ const arch_sub_dir = switch (args.target.cpu.arch) {
411
.x86 => "x86",
412
.x86_64 => "x64",
413
.arm, .armeb => "arm",
@@ -474,7 +474,7 @@ fn findNativeKernel32LibDir(
474
475
476
477
478
479
480
0 commit comments