diff --git a/build.zig b/build.zig index 5ff4d16..7a90188 100644 --- a/build.zig +++ b/build.zig @@ -25,7 +25,7 @@ pub fn build(b: *std.Build) !void { .optimize = optimize, }); - try universal_lambda_build.build(b, exe); + try universal_lambda_build.configureBuild(b, exe); // This declares intent for the executable to be installed into the // standard location when the user invokes the "install" step (the default