add configureBuild in build.zig
All checks were successful
AWS-Zig Build / build-zig-0.11.0-amd64-host (push) Successful in 1m18s
All checks were successful
AWS-Zig Build / build-zig-0.11.0-amd64-host (push) Successful in 1m18s
This commit is contained in:
parent
87b83ee084
commit
88ff6bf9c6
|
@ -52,3 +52,7 @@ pub fn build(b: *std.Build) !void {
|
|||
const test_step = b.step("test", "Run library tests");
|
||||
test_step.dependOn(&run_main_tests.step);
|
||||
}
|
||||
|
||||
pub fn configureBuild(b: *std.Build, cs: *std.Build.Step.Compile) !void {
|
||||
try @import("src/universal_lambda_build.zig").configureBuild(b, cs);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user