zig 0.12.0: upgrade standalone_server_build

This commit is contained in:
Emil Lerch 2024-05-06 13:22:57 -07:00
parent d72b5f6b6f
commit 30a4e24656
Signed by: lobo
GPG Key ID: A7B62D657EF764F8

View File

@ -5,7 +5,7 @@ const builtin = @import("builtin");
///
/// * standalone_server: This will run the handler as a standalone web server
///
pub fn configureBuild(b: *std.build.Builder, exe: *std.Build.Step.Compile) !void {
pub fn configureBuild(b: *std.Build, exe: *std.Build.Step.Compile) !void {
_ = exe;
// We don't actually need to do much here. Basically we need a dummy step,
// but one which the user will select, which will allow our options mechanism