diff options
Diffstat (limited to 'vere/pkg/c3/build.zig.zon')
-rw-r--r-- | vere/pkg/c3/build.zig.zon | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/vere/pkg/c3/build.zig.zon b/vere/pkg/c3/build.zig.zon new file mode 100644 index 0000000..98a26f1 --- /dev/null +++ b/vere/pkg/c3/build.zig.zon @@ -0,0 +1,15 @@ +.{ + .name = .c3, + .fingerprint = 0xb0d94b8d21880022, + .version = "0.0.1", + .dependencies = .{ + .macos_sdk = .{ + .url = "https://github.com/joseluisq/macosx-sdks/releases/download/14.5/MacOSX14.5.sdk.tar.xz", + .hash = "N-V-__8AAKtK4FMzqcFsY_ZrpMg9bGH0h7BqZDXtVyAerMtM", + .lazy = true, + }, + }, + .paths = .{ + "", + }, +} |