| author | |
| committer | |
| log | 32bc077672cc3d7c468b4531c52d160ee12fb89f |
| tree | 7deb85092b34272091eadd4198f32de75ac09aa3 |
| parent | bffe65c18f39db0f4ffe06c3f9abb12da4fbba88 |
1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/Build.zig+1-1| ... | ... | @@ -379,7 +379,7 @@ fn createChildOnly(parent: *Build, dep_name: []const u8, build_root: Cache.Direc |
| 379 | 379 | .h_dir = parent.h_dir, |
| 380 | 380 | .install_path = parent.install_path, |
| 381 | 381 | .sysroot = parent.sysroot, |
| 382 | .search_prefixes = ArrayList([]const u8).init(allocator), | |
| 382 | .search_prefixes = parent.search_prefixes, | |
| 383 | 383 | .libc_file = parent.libc_file, |
| 384 | 384 | .installed_files = ArrayList(InstalledFile).init(allocator), |
| 385 | 385 | .build_root = build_root, |