mirror of
https://github.com/ziglang/zig.git
synced 2025-12-16 03:03:09 +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) {
|
if (is_native_abi) {
|
||||||
const libc = try arena.create(LibCInstallation);
|
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);
|
return detectLibCFromLibCInstallation(arena, target, libc);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user