allow helpers to actually compile
All checks were successful
AWS-Zig Build / build-zig-0.11.0-amd64-host (push) Successful in 1m39s
All checks were successful
AWS-Zig Build / build-zig-0.11.0-amd64-host (push) Successful in 1m39s
This commit is contained in:
parent
804c797394
commit
346bd1d084
|
@ -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").?,
|
||||||
|
},
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user