mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-10-29 07:03:29 +00:00
build: lexbor is now under vendor/
This commit is contained in:
@@ -76,7 +76,7 @@ fn common(
|
|||||||
|
|
||||||
fn linkLexbor(step: *std.build.LibExeObjStep) void {
|
fn linkLexbor(step: *std.build.LibExeObjStep) void {
|
||||||
// cmake . -DLEXBOR_BUILD_SHARED=OFF
|
// cmake . -DLEXBOR_BUILD_SHARED=OFF
|
||||||
const lib_path = "../lexbor/liblexbor_static.a";
|
const lib_path = "vendor/lexbor/liblexbor_static.a";
|
||||||
step.addObjectFile(lib_path);
|
step.addObjectFile(lib_path);
|
||||||
step.addIncludePath("../lexbor/source");
|
step.addIncludePath("vendor/lexbor/source");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user