mirror of
https://github.com/ziglang/zig.git
synced 2025-02-07 13:10:22 +00:00
stage2: make failure to find native libc verbose
This commit is contained in:
parent
7a4b53fdee
commit
d98e39fa68
@ -2895,7 +2895,7 @@ fn detectLibCIncludeDirs(
|
||||
|
||||
if (is_native_abi) {
|
||||
const libc = try arena.create(LibCInstallation);
|
||||
libc.* = try LibCInstallation.findNative(.{ .allocator = arena });
|
||||
libc.* = try LibCInstallation.findNative(.{ .allocator = arena, .verbose = true });
|
||||
return detectLibCFromLibCInstallation(arena, target, libc);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user