| ... | @@ -1786,7 +1786,8 @@ fn make(step: *Step, options: Step.MakeOptions) !void { | ... | @@ -1786,7 +1786,8 @@ fn make(step: *Step, options: Step.MakeOptions) !void { |
| 1786 | } | 1786 | } |
| 1787 | | 1787 | |
| 1788 | if (compile.kind == .lib and compile.linkage != null and compile.linkage.? == .dynamic and | 1788 | if (compile.kind == .lib and compile.linkage != null and compile.linkage.? == .dynamic and |
| 1789 | compile.version != null and std.Build.wantSharedLibSymLinks(compile.rootModuleTarget())) | 1789 | compile.version != null and compile.generated_bin != null and |
| | 1790 | std.Build.wantSharedLibSymLinks(compile.rootModuleTarget())) |
| 1790 | { | 1791 | { |
| 1791 | try doAtomicSymLinks( | 1792 | try doAtomicSymLinks( |
| 1792 | step, | 1793 | step, |