| ... | @@ -1297,7 +1297,6 @@ fn addPathForDynLibs(self: *Run, artifact: *Step.Compile) void { | ... | @@ -1297,7 +1297,6 @@ fn addPathForDynLibs(self: *Run, artifact: *Step.Compile) void { |
| 1297 | if (item.module == &other.root_module) { | 1297 | if (item.module == &other.root_module) { |
| 1298 | if (item.module.target.?.target.os.tag == .windows and other.isDynamicLibrary()) { | 1298 | if (item.module.target.?.target.os.tag == .windows and other.isDynamicLibrary()) { |
| 1299 | addPathDir(self, fs.path.dirname(other.getEmittedBin().getPath(b)).?); | 1299 | addPathDir(self, fs.path.dirname(other.getEmittedBin().getPath(b)).?); |
| 1300 | addPathForDynLibs(self, other); | | |
| 1301 | } | 1300 | } |
| 1302 | } | 1301 | } |
| 1303 | } | 1302 | } |