| author | |
| committer | |
| log | d98e39fa6864f287bc50f265f98b7195849afa68 |
| tree | 7d421de3be23d6ec63d9d552b703eec069d59b66 |
| parent | 7a4b53fdee89f2d61cedbb3cef3bda24dacf2a57 |
1 files changed, 1 insertions(+), 1 deletions(-)
src/Compilation.zig+1-1| ... | ... | @@ -2895,7 +2895,7 @@ fn detectLibCIncludeDirs( |
| 2895 | 2895 | |
| 2896 | 2896 | if (is_native_abi) { |
| 2897 | 2897 | const libc = try arena.create(LibCInstallation); |
| 2898 | libc.* = try LibCInstallation.findNative(.{ .allocator = arena }); | |
| 2898 | libc.* = try LibCInstallation.findNative(.{ .allocator = arena, .verbose = true }); | |
| 2899 | 2899 | return detectLibCFromLibCInstallation(arena, target, libc); |
| 2900 | 2900 | } |
| 2901 | 2901 |