mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-10-29 07:03:29 +00:00
don't link libcpp twice
This was causing an issue on ld linker but not on MachO.
This commit is contained in:
@@ -860,7 +860,6 @@ pub fn buildAda(b: *Build, m: *Build.Module) !void {
|
|||||||
.root_source_file = b.path("vendor/ada/root.zig"),
|
.root_source_file = b.path("vendor/ada/root.zig"),
|
||||||
.target = m.resolved_target,
|
.target = m.resolved_target,
|
||||||
.optimize = m.optimize,
|
.optimize = m.optimize,
|
||||||
.link_libcpp = true,
|
|
||||||
});
|
});
|
||||||
|
|
||||||
// Expose headers; note that "ada.h" is a C++ header so no use here.
|
// Expose headers; note that "ada.h" is a C++ header so no use here.
|
||||||
|
|||||||
Reference in New Issue
Block a user