Skip to content

Commit

Permalink
allow use in build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
elerch committed Aug 23, 2024
1 parent 3b35936 commit 0bd583c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -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 },
Expand Down

0 comments on commit 0bd583c

Please sign in to comment.