| author | |
| committer | |
| log | 6b8972dd22d13957fd0c844a8359c82cedcfe939 |
| tree | 91ceaac2dffa8802e7a994f4192721992e46d657 |
| parent | cc4931b3258ec764f0769ee573ed8a2989664d3a |
1 files changed, 1 insertions(+), 1 deletions(-)
lib/compiler/resinator/main.zig+1-1| ... | ... | @@ -617,7 +617,7 @@ fn getIncludePaths( |
| 617 | 617 | .cpu_arch = includes_arch, |
| 618 | 618 | .abi = .msvc, |
| 619 | 619 | }; |
| 620 | const target = std.zig.resolveTargetQueryOrFatal(target_query); | |
| 620 | const target = std.zig.resolveTargetQueryOrFatal(io, target_query); | |
| 621 | 621 | const is_native_abi = target_query.isNativeAbi(); |
| 622 | 622 | const detected_libc = std.zig.LibCDirs.detect(arena, zig_lib_dir, &target, is_native_abi, true, null) catch { |
| 623 | 623 | if (includes == .any) { |