| ... | @@ -2895,7 +2895,7 @@ fn detectLibCIncludeDirs( | ... | @@ -2895,7 +2895,7 @@ fn detectLibCIncludeDirs( |
| 2895 | | 2895 | |
| 2896 | if (is_native_abi) { | 2896 | if (is_native_abi) { |
| 2897 | const libc = try arena.create(LibCInstallation); | 2897 | const libc = try arena.create(LibCInstallation); |
| 2898 | libc.* = try LibCInstallation.findNative(.{ .allocator = arena }); | 2898 | libc.* = try LibCInstallation.findNative(.{ .allocator = arena, .verbose = true }); |
| 2899 | return detectLibCFromLibCInstallation(arena, target, libc); | 2899 | return detectLibCFromLibCInstallation(arena, target, libc); |
| 2900 | } | 2900 | } |
| 2901 | | 2901 | |