better name for what we are doing
This commit is contained in:
parent
f445d95dd4
commit
9865cb9e2e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user