mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-10-29 15:13:28 +00:00
build: remove deprecated usage
This commit is contained in:
@@ -137,7 +137,7 @@ pub fn build(b: *std.build.Builder) !void {
|
|||||||
}
|
}
|
||||||
|
|
||||||
fn common(
|
fn common(
|
||||||
step: *std.Build.CompileStep,
|
step: *std.Build.Step.Compile,
|
||||||
options: jsruntime.Options,
|
options: jsruntime.Options,
|
||||||
) !void {
|
) !void {
|
||||||
try jsruntime_pkgs.add(step, options);
|
try jsruntime_pkgs.add(step, options);
|
||||||
|
|||||||
Reference in New Issue
Block a user