| ... | @@ -2197,10 +2197,6 @@ fn buildOutputType( | ... | @@ -2197,10 +2197,6 @@ fn buildOutputType( |
| 2197 | clang_argv.appendAssumeCapacity(framework_dir); | 2197 | clang_argv.appendAssumeCapacity(framework_dir); |
| 2198 | framework_dirs.appendAssumeCapacity(framework_dir); | 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 | for (paths.rpaths.items) |rpath| { | 2200 | for (paths.rpaths.items) |rpath| { |
| 2205 | try rpath_list.append(rpath); | 2201 | try rpath_list.append(rpath); |
| 2206 | } | 2202 | } |