mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-10-29 07:03:29 +00:00
Fix lexbor import path
Signed-off-by: Francis Bouvier <francis.bouvier@gmail.com>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
const std = @import("std");
|
||||
|
||||
const c = @cImport({
|
||||
@cInclude("../../lexbor/source/lexbor/html/html.h");
|
||||
@cInclude("lexbor/html/html.h");
|
||||
});
|
||||
|
||||
// Public API
|
||||
|
||||
Reference in New Issue
Block a user