mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-10-29 15:13:28 +00:00
build: remove shell installation
This commit is contained in:
@@ -65,8 +65,6 @@ pub fn build(b: *std.build.Builder) !void {
|
|||||||
});
|
});
|
||||||
try common(shell, options);
|
try common(shell, options);
|
||||||
try jsruntime_pkgs.add_shell(shell);
|
try jsruntime_pkgs.add_shell(shell);
|
||||||
// do not install shell binary
|
|
||||||
b.installArtifact(shell);
|
|
||||||
|
|
||||||
// run
|
// run
|
||||||
const shell_cmd = b.addRunArtifact(shell);
|
const shell_cmd = b.addRunArtifact(shell);
|
||||||
|
|||||||
Reference in New Issue
Block a user