Skip to content

Commit 7111450

Browse files
authored
Merge pull request #65 from lightpanda-io/build_v8_install_step
remove build-v8 as an installation step
2 parents 11f0f85 + 949fa3b commit 7111450

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

build.zig

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,6 @@ pub fn build(b: *std.Build) !void {
6868

6969
get_v8.step.dependOn(&run_v8_source.step);
7070

71-
// as an installation step
72-
b.installArtifact(get_v8);
73-
7471
// as a command
7572
const run_cmd = b.addRunArtifact(get_v8);
7673

0 commit comments

Comments
 (0)