CrossTarget -> std.Target.Query
All checks were successful
AWS-Zig Build / build-zig-amd64-host (push) Successful in 3m41s
All checks were successful
AWS-Zig Build / build-zig-amd64-host (push) Successful in 3m41s
This commit is contained in:
parent
61592f039d
commit
dd6a87a034
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ const Builder = @import("std").Build;
|
|||
|
||||
const models_subdir = "codegen/sdk-codegen/aws-models/"; // note will probably not work on windows
|
||||
|
||||
const test_targets = [_]std.zig.CrossTarget{
|
||||
const test_targets = [_]std.Target.Query{
|
||||
.{}, // native
|
||||
.{
|
||||
.cpu_arch = .x86_64,
|
||||
|
|
Loading…
Add table
Reference in a new issue