| ... | ... | @@ -1458,7 +1458,7 @@ pub fn create(gpa: Allocator, options: InitOptions) !*Compilation { |
| 1458 | 1458 | .gpa = gpa, |
| 1459 | 1459 | .manifest_dir = try options.local_cache_directory.handle.makeOpenPath("h", .{}), |
| 1460 | 1460 | }; |
| 1461 | | cache.addPrefix(.{ .path = null, .handle = fs.cwd() }); |
| 1461 | cache.addPrefix(.{ .path = null, .handle = std.fs.cwd() }); |
| 1462 | 1462 | cache.addPrefix(options.zig_lib_directory); |
| 1463 | 1463 | cache.addPrefix(options.local_cache_directory); |
| 1464 | 1464 | errdefer cache.manifest_dir.close(); |