Skip to content

Commit 87b363b

Browse files
mookumskrichprollsch
authored andcommitted
wip use local zig-v8-fork
1 parent 360472a commit 87b363b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

build.zig.zon

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
.version = "0.0.0",
55
.fingerprint = 0xda130f3af836cea0,
66
.dependencies = .{
7-
.v8 = .{
8-
.url = "https://github.com/lightpanda-io/zig-v8-fork/archive/b23990c358e2b893f19ad639903459e10c4793c4.tar.gz",
9-
.hash = "v8-0.0.0-xddH69T4AwBChPFqIhL9GP8BpkPHGRyxpGrt9YS5mNHW",
10-
},
11-
// .v8 = .{ .path = "../zig-v8-fork" },
7+
// .v8 = .{
8+
// .url = "https://github.com/lightpanda-io/zig-v8-fork/archive/b23990c358e2b893f19ad639903459e10c4793c4.tar.gz",
9+
// .hash = "v8-0.0.0-xddH69T4AwBChPFqIhL9GP8BpkPHGRyxpGrt9YS5mNHW",
10+
// },
11+
.v8 = .{ .path = "../zig-v8-fork" },
1212
.@"ada-singleheader" = .{
1313
.url = "https://github.com/ada-url/ada/releases/download/v3.3.0/singleheader.zip",
1414
.hash = "N-V-__8AAPmhFAAw64ALjlzd5YMtzpSrmZ6KymsT84BKfB4s",

0 commit comments

Comments
 (0)