| author | |
| committer | |
| log | e2c5523cd14811ed09f89a8f848a8c10f410f0a6 |
| tree | 7232e749cb1961e509521674c90421c0b2d9834a |
| parent | a85a29ae4d3f646f3d5a8e11bd74e9b0fea4c988 |
1 files changed, 0 insertions(+), 3 deletions(-)
lib/std/zig/LibCDirs.zig-3| ... | ... | @@ -146,9 +146,6 @@ fn detectFromInstallation(arena: Allocator, target: *const std.Target, lci: *con |
| 146 | 146 | const path = try std.fs.path.join(arena, &[_][]const u8{ include_dir_path, subdir }); |
| 147 | 147 | try list.append(path); |
| 148 | 148 | } |
| 149 | ||
| 150 | const config_dir = try std.fs.path.join(arena, &[_][]const u8{ include_dir_path, "config" }); | |
| 151 | try list.append(config_dir); | |
| 152 | 149 | } |
| 153 | 150 | |
| 154 | 151 | var sysroot: ?[]const u8 = null; |