| author | |
| committer | |
| log | 0039cb7ef2df44619415e3155f4abd15eabcbd19 |
| tree | 1d66f24b3b4a4dfcb723a18eaec6d20216f57d7e |
| parent | 88146ea704f2b596b0bec0ab2aba786fcb636d8c |
1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/Build/Step/Compile.zig+1-1| ... | @@ -591,7 +591,7 @@ pub fn dependsOnSystemLibrary(self: *const Compile, name: []const u8) bool { | ... | @@ -591,7 +591,7 @@ pub fn dependsOnSystemLibrary(self: *const Compile, name: []const u8) bool { |
| 591 | else => continue, | 591 | else => continue, |
| 592 | } | 592 | } |
| 593 | } | 593 | } |
| 594 | is_linking_libc = is_linking_libc or module.link_libcpp == true; | 594 | is_linking_libc = is_linking_libc or module.link_libc == true; |
| 595 | is_linking_libcpp = is_linking_libcpp or module.link_libcpp == true; | 595 | is_linking_libcpp = is_linking_libcpp or module.link_libcpp == true; |
| 596 | } | 596 | } |
| 597 | 597 |