diff --git a/lib/std/Build/Step/Run.zig b/lib/std/Build/Step/Run.zig index 92a40dcd1f170d5c735d74870de29434184c82fc..36b2eb82eba93bea60e3766b89b984970d8490b2 100644 --- a/lib/std/Build/Step/Run.zig +++ b/lib/std/Build/Step/Run.zig @@ -1297,7 +1297,6 @@ fn addPathForDynLibs(self: *Run, artifact: *Step.Compile) void { if (item.module == &other.root_module) { if (item.module.target.?.target.os.tag == .windows and other.isDynamicLibrary()) { addPathDir(self, fs.path.dirname(other.getEmittedBin().getPath(b)).?); - addPathForDynLibs(self, other); } } }