mirror of
https://github.com/ziglang/zig.git
synced 2025-12-29 01:23:17 +00:00
std.Build: make dependencies inherit --search-prefix
This commit is contained in:
parent
bffe65c18f
commit
32bc077672
@ -379,7 +379,7 @@ fn createChildOnly(parent: *Build, dep_name: []const u8, build_root: Cache.Direc
|
||||
.h_dir = parent.h_dir,
|
||||
.install_path = parent.install_path,
|
||||
.sysroot = parent.sysroot,
|
||||
.search_prefixes = ArrayList([]const u8).init(allocator),
|
||||
.search_prefixes = parent.search_prefixes,
|
||||
.libc_file = parent.libc_file,
|
||||
.installed_files = ArrayList(InstalledFile).init(allocator),
|
||||
.build_root = build_root,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user