better name for what we are doing

This commit is contained in:
Emil Lerch 2023-09-15 16:00:14 -07:00
parent f445d95dd4
commit 9865cb9e2e
Signed by: lobo
GPG Key ID: A7B62D657EF764F8

View File

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