update to new zig-v8-fork

This commit is contained in:
Muki Kiboigo
2025-12-05 07:30:57 -08:00
parent 2e45d547c2
commit 641c6c3f42
3 changed files with 4 additions and 3 deletions

View File

@@ -144,7 +144,7 @@ fn addDependencies(b: *Build, mod: *Build.Module, opts: *Build.Step.Options, pre
.target = target,
.optimize = mod.optimize.?,
.prebuilt_v8_path = prebuilt_v8_path,
.v8_cache_root = b.cache_root.path orelse "./",
.cache_root = b.pathFromRoot(".lp-cache"),
};
mod.addIncludePath(b.path("vendor/lightpanda"));