| ... | @@ -146,9 +146,6 @@ fn detectFromInstallation(arena: Allocator, target: *const std.Target, lci: *con | ... | @@ -146,9 +146,6 @@ fn detectFromInstallation(arena: Allocator, target: *const std.Target, lci: *con |
| 146 | const path = try std.fs.path.join(arena, &[_][]const u8{ include_dir_path, subdir }); | 146 | const path = try std.fs.path.join(arena, &[_][]const u8{ include_dir_path, subdir }); |
| 147 | try list.append(path); | 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 | var sysroot: ?[]const u8 = null; | 151 | var sysroot: ?[]const u8 = null; |