mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-06-28 12:29:51 +00:00
enable macos deps in prebuilts download
This commit is contained in:
parent
b1fc9ba2e5
commit
e7fd1582a8
1 changed files with 2 additions and 0 deletions
|
@ -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",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue