uncomment pub const aws in build.zig as this seems to be fixed in 0.15.2
All checks were successful
AWS-Zig Build / build-zig-amd64-host (push) Successful in 9m12s
All checks were successful
AWS-Zig Build / build-zig-amd64-host (push) Successful in 9m12s
This commit is contained in:
parent
6d80c2f56b
commit
d4fdd74f5b
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ const Builder = @import("std").Build;
|
||||||
|
|
||||||
const models_subdir = "codegen/sdk-codegen/aws-models/"; // note will probably not work on windows
|
const models_subdir = "codegen/sdk-codegen/aws-models/"; // note will probably not work on windows
|
||||||
|
|
||||||
// UNCOMMENT AFTER MODEL GEN TO USE IN BUILD SCRIPTS //pub const aws = @import("src/aws.zig");
|
pub const aws = @import("src/aws.zig");
|
||||||
|
|
||||||
const test_targets = [_]std.Target.Query{
|
const test_targets = [_]std.Target.Query{
|
||||||
.{}, // native
|
.{}, // native
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue