| ... | @@ -2152,6 +2152,7 @@ fn buildOutputType( | ... | @@ -2152,6 +2152,7 @@ fn buildOutputType( |
| 2152 | } | 2152 | } |
| 2153 | | 2153 | |
| 2154 | for (lib_dirs.items) |lib_dir_path| { | 2154 | for (lib_dirs.items) |lib_dir_path| { |
| | 2155 | if (cross_target.isDarwin()) break; // Targeting Darwin we let the linker resolve the libraries in the correct order |
| 2155 | test_path.clearRetainingCapacity(); | 2156 | test_path.clearRetainingCapacity(); |
| 2156 | try test_path.writer().print("{s}" ++ sep ++ "{s}{s}{s}", .{ | 2157 | try test_path.writer().print("{s}" ++ sep ++ "{s}{s}{s}", .{ |
| 2157 | lib_dir_path, | 2158 | lib_dir_path, |