use new version of zig-v8-fork

This commit is contained in:
Muki Kiboigo
2025-11-26 21:36:30 -08:00
committed by Pierre Tachoire
parent 90f6495e93
commit c5ab10cf43
2 changed files with 4 additions and 3 deletions

View File

@@ -144,6 +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 "./",
};
mod.addIncludePath(b.path("vendor/lightpanda"));