From 30a4e24656466e26700983fdd85289674930bd12 Mon Sep 17 00:00:00 2001 From: Emil Lerch Date: Mon, 6 May 2024 13:22:57 -0700 Subject: [PATCH] zig 0.12.0: upgrade standalone_server_build --- src/standalone_server_build.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/standalone_server_build.zig b/src/standalone_server_build.zig index 881e27b..7889c93 100644 --- a/src/standalone_server_build.zig +++ b/src/standalone_server_build.zig @@ -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