diff options
| author | polwex <polwex@sortug.com> | 2025-10-06 01:01:41 +0700 |
|---|---|---|
| committer | polwex <polwex@sortug.com> | 2025-10-06 01:01:41 +0700 |
| commit | c4b392a179048f936c062f5ffccc2bc25627e500 (patch) | |
| tree | 09be0904be8ec4d7ea52992ef7580d42ed0c28c1 /vere/pkg/c3/build.zig.zon | |
working
Diffstat (limited to 'vere/pkg/c3/build.zig.zon')
| -rw-r--r-- | vere/pkg/c3/build.zig.zon | 14 |
1 files changed, 14 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..857a516 --- /dev/null +++ b/vere/pkg/c3/build.zig.zon @@ -0,0 +1,14 @@ +.{ + .name = "c3", + .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 = .{ + "", + }, +} |
