allow helpers to actually compile
All checks were successful
AWS-Zig Build / build-zig-0.11.0-amd64-host (push) Successful in 1m39s

This commit is contained in:
Emil Lerch 2023-10-21 14:27:08 -07:00
parent 804c797394
commit 346bd1d084
Signed by: lobo
GPG Key ID: A7B62D657EF764F8

View File

@ -77,6 +77,10 @@ pub fn configureBuild(b: *std.Build, cs: *std.Build.Step.Compile) !void {
.name = "flexilib-interface", .name = "flexilib-interface",
.module = flexilib_module, .module = flexilib_module,
}, },
.{
.name = "universal_lambda_handler",
.module = cs.modules.get("universal_lambda_handler").?,
},
}, },
}); });