Skip to content

Commit 51259e8

Browse files
committed
upgrade zig/v8
1 parent 8a357a8 commit 51259e8

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

build.zig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,9 @@ pub fn packages(comptime vendor_path: []const u8) type {
181181

182182
mod.addIncludePath(b.path(vendor ++ "/zig-v8/src"));
183183

184+
const build_opts = b.addOptions();
185+
build_opts.addOption(bool, "inspector_subtype", true);
186+
mod.addOptions("default_exports", build_opts);
184187
return mod;
185188
}
186189

0 commit comments

Comments
 (0)