enable macos deps in prebuilts download

This commit is contained in:
OmarHatem 2025-05-12 18:08:43 +03:00
parent b1fc9ba2e5
commit e7fd1582a8

View file

@ -22,6 +22,8 @@ final List<String> triplets = [
// "aarch64-apple-darwin11", // apple silicon macbooks (contrib) - not used by cake // "aarch64-apple-darwin11", // apple silicon macbooks (contrib) - not used by cake
// "host-apple-darwin", // not available on CI (yet) // "host-apple-darwin", // not available on CI (yet)
// "x86_64-host-apple-darwin", // not available on CI (yet) // "x86_64-host-apple-darwin", // not available on CI (yet)
"aarch64-apple-darwin", // apple silicon macbooks
"x86_64-apple-darwin", // intel macbooks
"aarch64-host-apple-darwin", // apple silicon macbooks (local builds) "aarch64-host-apple-darwin", // apple silicon macbooks (local builds)
"aarch64-apple-ios", "aarch64-apple-ios",
"aarch64-apple-iossimulator", "aarch64-apple-iossimulator",