| ... | @@ -379,7 +379,7 @@ fn createChildOnly(parent: *Build, dep_name: []const u8, build_root: Cache.Direc | ... | @@ -379,7 +379,7 @@ fn createChildOnly(parent: *Build, dep_name: []const u8, build_root: Cache.Direc |
| 379 | .h_dir = parent.h_dir, | 379 | .h_dir = parent.h_dir, |
| 380 | .install_path = parent.install_path, | 380 | .install_path = parent.install_path, |
| 381 | .sysroot = parent.sysroot, | 381 | .sysroot = parent.sysroot, |
| 382 | .search_prefixes = ArrayList([]const u8).init(allocator), | 382 | .search_prefixes = parent.search_prefixes, |
| 383 | .libc_file = parent.libc_file, | 383 | .libc_file = parent.libc_file, |
| 384 | .installed_files = ArrayList(InstalledFile).init(allocator), | 384 | .installed_files = ArrayList(InstalledFile).init(allocator), |
| 385 | .build_root = build_root, | 385 | .build_root = build_root, |