mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-10-28 14:43:28 +00:00
glue mimalloc with netsurf C libs
This commit is contained in:
@@ -152,6 +152,10 @@ fn common(
|
||||
) !void {
|
||||
try jsruntime_pkgs.add(step, options);
|
||||
linkNetSurf(step);
|
||||
|
||||
// link mimalloc
|
||||
step.addObjectFile(.{ .path = "vendor/mimalloc/out/libmimalloc.a" });
|
||||
step.addIncludePath(.{ .path = "vendor/mimalloc/include" });
|
||||
}
|
||||
|
||||
fn linkNetSurf(step: *std.build.LibExeObjStep) void {
|
||||
|
||||
Reference in New Issue
Block a user