mirror of
https://github.com/ziglang/zig.git
synced 2026-02-12 20:37:54 +00:00
ignore target lib dirs when invoked with -feach-lib-rpath
This commit is contained in:
parent
0376fd09bc
commit
3701697a0a
@ -2197,10 +2197,6 @@ fn buildOutputType(
|
||||
clang_argv.appendAssumeCapacity(framework_dir);
|
||||
framework_dirs.appendAssumeCapacity(framework_dir);
|
||||
}
|
||||
|
||||
for (paths.lib_dirs.items) |lib_dir| {
|
||||
try lib_dirs.append(lib_dir);
|
||||
}
|
||||
for (paths.rpaths.items) |rpath| {
|
||||
try rpath_list.append(rpath);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user