Fix build_sdk.sh

Fixed a typo (aarch64 -> x86)
Since I was here : Capitalized the OS names
This commit is contained in:
Mike 2021-12-11 23:38:49 -05:00
parent 66defa85f6
commit 94dc76d1a9

View File

@ -16,15 +16,14 @@ rustup show
# TODO: Automatically exec the script base on the current system # TODO: Automatically exec the script base on the current system
# for macos # for macOS
cargo make --profile development-mac flowy-sdk-dev cargo make --profile development-mac flowy-sdk-dev
# for window # for Windows
#cargo make --profile development-windows flowy-sdk-dev #cargo make --profile development-windows flowy-sdk-dev
# for Linux x86
# for linux aarch64
#cargo make --profile development-linux-x86 flowy-sdk-dev #cargo make --profile development-linux-x86 flowy-sdk-dev
# for linux aarch64 # for Linux aarch64
#cargo make --profile development-linux-aarch64 flowy-sdk-dev #cargo make --profile development-linux-aarch64 flowy-sdk-dev