| ... | @@ -617,7 +617,7 @@ fn getIncludePaths( | ... | @@ -617,7 +617,7 @@ fn getIncludePaths( |
| 617 | .cpu_arch = includes_arch, | 617 | .cpu_arch = includes_arch, |
| 618 | .abi = .msvc, | 618 | .abi = .msvc, |
| 619 | }; | 619 | }; |
| 620 | const target = std.zig.resolveTargetQueryOrFatal(target_query); | 620 | const target = std.zig.resolveTargetQueryOrFatal(io, target_query); |
| 621 | const is_native_abi = target_query.isNativeAbi(); | 621 | const is_native_abi = target_query.isNativeAbi(); |
| 622 | const detected_libc = std.zig.LibCDirs.detect(arena, zig_lib_dir, &target, is_native_abi, true, null) catch { | 622 | const detected_libc = std.zig.LibCDirs.detect(arena, zig_lib_dir, &target, is_native_abi, true, null) catch { |
| 623 | if (includes == .any) { | 623 | if (includes == .any) { |