don't link libcpp twice

This was causing an issue on ld linker but not on MachO.
This commit is contained in:
Halil Durak
2025-10-18 13:20:24 +03:00
parent 146b56c8c0
commit 51a328d357

View File

@@ -860,7 +860,6 @@ pub fn buildAda(b: *Build, m: *Build.Module) !void {
.root_source_file = b.path("vendor/ada/root.zig"),
.target = m.resolved_target,
.optimize = m.optimize,
.link_libcpp = true,
});
// Expose headers; note that "ada.h" is a C++ header so no use here.