allow use in build scripts
Some checks failed
AWS-Zig Build / build-zig-amd64-host (push) Failing after 21s
Some checks failed
AWS-Zig Build / build-zig-amd64-host (push) Failing after 21s
This commit is contained in:
parent
3b35936ac6
commit
0bd583cae0
|
@ -4,6 +4,8 @@ const Builder = @import("std").Build;
|
|||
|
||||
const models_subdir = "codegen/sdk-codegen/aws-models/"; // note will probably not work on windows
|
||||
|
||||
pub const aws = @import("src/aws.zig");
|
||||
|
||||
const test_targets = [_]std.Target.Query{
|
||||
.{}, // native
|
||||
.{ .cpu_arch = .x86_64, .os_tag = .linux },
|
||||
|
|
Loading…
Reference in New Issue
Block a user