pkg/macos

This commit is contained in:
Mitchell Hashimoto
2023-10-01 17:02:12 -07:00
parent fefbd7afbe
commit ec26fb7cee
3 changed files with 25 additions and 36 deletions

7
pkg/macos/build.zig.zon Normal file
View File

@@ -0,0 +1,7 @@
.{
.name = "macos",
.version = "0.1.0",
.dependencies = .{
.apple_sdk = .{ .path = "../apple-sdk" },
},
}