| author | |
| committer | |
| log | 3701697a0a586e630a2452dea29951f0051a47fd |
| tree | 5050c27c6c62e700e62ce39df6f0628f20ed5c2f |
| parent | 0376fd09bc9f29ceeb83760e32532923e4fe7f98 |
1 files changed, 0 insertions(+), 4 deletions(-)
src/main.zig-4| ... | ... | @@ -2197,10 +2197,6 @@ fn buildOutputType( |
| 2197 | 2197 | clang_argv.appendAssumeCapacity(framework_dir); |
| 2198 | 2198 | framework_dirs.appendAssumeCapacity(framework_dir); |
| 2199 | 2199 | } |
| 2200 | ||
| 2201 | for (paths.lib_dirs.items) |lib_dir| { | |
| 2202 | try lib_dirs.append(lib_dir); | |
| 2203 | } | |
| 2204 | 2200 | for (paths.rpaths.items) |rpath| { |
| 2205 | 2201 | try rpath_list.append(rpath); |
| 2206 | 2202 | } |