enable macos deps in prebuilts download

OmarHatem committed May 12, 2025 at 18:08 UTC e7fd1582a875c8c8a2222ae3320e8fe0da27c4b0
1 file changed +2
tool/download_moneroc_prebuilds.dart
+2
@@ -22,6 +22,8 @@ final List<String> triplets = [
22 // "aarch64-apple-darwin11", // apple silicon macbooks (contrib) - not used by cake
23 // "host-apple-darwin", // not available on CI (yet)
24 // "x86_64-host-apple-darwin", // not available on CI (yet)
25 + "aarch64-apple-darwin", // apple silicon macbooks
26 + "x86_64-apple-darwin", // intel macbooks
27 "aarch64-host-apple-darwin", // apple silicon macbooks (local builds)
28 "aarch64-apple-ios",
29 "aarch64-apple-iossimulator",