mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-10-29 07:03:29 +00:00
vendor: seperate lexbor source from build
* add `vendor/lexbor-src` submodule * build lexbor static lib into `vendor/lexbor`
This commit is contained in:
@@ -78,5 +78,5 @@ fn linkLexbor(step: *std.build.LibExeObjStep) void {
|
||||
// cmake . -DLEXBOR_BUILD_SHARED=OFF
|
||||
const lib_path = "vendor/lexbor/liblexbor_static.a";
|
||||
step.addObjectFile(lib_path);
|
||||
step.addIncludePath("vendor/lexbor/source");
|
||||
step.addIncludePath("vendor/lexbor-src/source");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user