| author | |
| committer | |
| log | b5e99b5295e74566689986ed48e30046028948f0 |
| tree | 4796177a6b7c76e5c34ac318e576ca461fa327c6 |
| parent | 963ffe9d572e6da4ef22672af9b7c54150f66b27 |
1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/Build/Step/Compile.zig+1-1| ... | ... | @@ -583,7 +583,7 @@ pub fn dependsOnSystemLibrary(compile: *const Compile, name: []const u8) bool { |
| 583 | 583 | else => continue, |
| 584 | 584 | } |
| 585 | 585 | } |
| 586 | is_linking_libc = is_linking_libc or module.link_libcpp == true; | |
| 586 | is_linking_libc = is_linking_libc or module.link_libc == true; | |
| 587 | 587 | is_linking_libcpp = is_linking_libcpp or module.link_libcpp == true; |
| 588 | 588 | } |
| 589 | 589 |