Skip to content

Commit b5bf967

Browse files
committed
Use upstream v8
1 parent e575313 commit b5bf967

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,10 +4,10 @@
44
.version = "0.0.0",
55
.fingerprint = 0xda130f3af836cea0,
66
.dependencies = .{
7-
// .v8 = .{
8-
// .url = "https://github.com/lightpanda-io/zig-v8-fork/archive/7177ee1ae267a44751a0e7e012e257177699a375.tar.gz",
9-
// .hash = "v8-0.0.0-xddH63TCAwC1D1hEiOtbEnLBbtz9ZPHrdiGWLcBcYQB7",
10-
// },
11-
.v8 = .{ .path = "../zig-v8-fork" },
7+
.v8 = .{
8+
.url = "https://github.com/lightpanda-io/zig-v8-fork/archive/7177ee1ae267a44751a0e7e012e257177699a375.tar.gz",
9+
.hash = "v8-0.0.0-xddH63TCAwC1D1hEiOtbEnLBbtz9ZPHrdiGWLcBcYQB7",
10+
},
11+
// .v8 = .{ .path = "../zig-v8-fork" },
1212
},
1313
}

0 commit comments

Comments
 (0)