feat: native support for m1 mac

This commit is contained in:
Vincent Chan
2022-05-30 20:48:28 +08:00
parent 7cb9ec3042
commit 14b012686b
5 changed files with 17 additions and 9 deletions

View File

@ -25,7 +25,7 @@ Linux-x86)
;;
macOS)
cargo make --profile development-mac flowy-sdk-dev
cargo make --profile "development-mac-$(uname -m)" flowy-sdk-dev
;;
Windows)