Skip to content

Commit d98e39f

Browse files
committed
stage2: make failure to find native libc verbose
1 parent 7a4b53f commit d98e39f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Compilation.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2895,7 +2895,7 @@ fn detectLibCIncludeDirs(
28952895

28962896
if (is_native_abi) {
28972897
const libc = try arena.create(LibCInstallation);
2898-
libc.* = try LibCInstallation.findNative(.{ .allocator = arena });
2898+
libc.* = try LibCInstallation.findNative(.{ .allocator = arena, .verbose = true });
28992899
return detectLibCFromLibCInstallation(arena, target, libc);
29002900
}
29012901

0 commit comments

Comments
 (0)