build: remove deprecated usage

This commit is contained in:
Pierre Tachoire
2024-04-03 14:58:11 +02:00
parent 20f25fc352
commit 0af69fee6d

View File

@@ -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);