Commit a0cd4c0f32
2022-02-02 22:54:14
1 parent
d107ef8Changed files (1)
src
src/main.zig
@@ -2011,6 +2011,10 @@ fn buildOutputType(
i += 1;
}
}
+ // libc++ depends on libc
+ if (link_libcpp) {
+ link_libc = true;
+ }
if (use_lld) |opt| {
if (opt and cross_target.isDarwin()) {