diff --git a/build.zig b/build.zig index bb6e8376..19ca117e 100644 --- a/build.zig +++ b/build.zig @@ -137,7 +137,7 @@ pub fn build(b: *std.build.Builder) !void { } fn common( - step: *std.Build.CompileStep, + step: *std.Build.Step.Compile, options: jsruntime.Options, ) !void { try jsruntime_pkgs.add(step, options);