mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-10-29 15:13:28 +00:00
build: add netsurf private apis
Signed-off-by: Francis Bouvier <francis.bouvier@gmail.com>
This commit is contained in:
@@ -113,6 +113,7 @@ fn linkNetSurf(step: *std.build.LibExeObjStep) void {
|
|||||||
};
|
};
|
||||||
inline for (libs) |lib| {
|
inline for (libs) |lib| {
|
||||||
step.addObjectFile(.{ .path = ns ++ "/lib/" ++ lib ++ ".a" });
|
step.addObjectFile(.{ .path = ns ++ "/lib/" ++ lib ++ ".a" });
|
||||||
|
step.addIncludePath(.{ .path = ns ++ lib ++ "/src" });
|
||||||
}
|
}
|
||||||
step.addIncludePath(.{ .path = ns ++ "/include" });
|
step.addIncludePath(.{ .path = ns ++ "/include" });
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user