From 4742314df2f1f3120dca49ff7308dd4f0e601d20 Mon Sep 17 00:00:00 2001 From: ruki Date: Tue, 20 Oct 2020 22:36:55 +0800 Subject: update readme --- README.md | 4 ++-- README_zh.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 34188c7a7..2f9c4ca7d 100644 --- a/README.md +++ b/README.md @@ -160,14 +160,14 @@ The test project: [xmake-core](https://github.com/xmake-io/xmake/tree/master/cor ## Supported platforms * Windows (x86, x64) -* macOS (i386, x86_64) +* macOS (i386, x86_64, arm64) * Linux (i386, x86_64, cross-toolchains ..) * *BSD (i386, x86_64) * Android (x86, x86_64, armeabi, armeabi-v7a, arm64-v8a) * iOS (armv7, armv7s, arm64, i386, x86_64) * WatchOS (armv7k, i386) * MSYS (i386, x86_64) -* MinGW (i386, x86_64) +* MinGW (i386, x86_64, arm, arm64) * Cygwin (i386, x86_64) * Wasm (wasm32) * Cross (cross-toolchains ..) diff --git a/README_zh.md b/README_zh.md index f217879dd..f2f7d0d2c 100644 --- a/README_zh.md +++ b/README_zh.md @@ -169,14 +169,14 @@ $ xmake f --menu ## 支持平台 * Windows (x86, x64) -* macOS (i386, x86_64) +* macOS (i386, x86_64, arm64) * Linux (i386, x86_64, cross-toolchains ..) * *BSD (i386, x86_64) * Android (x86, x86_64, armeabi, armeabi-v7a, arm64-v8a) * iOS (armv7, armv7s, arm64, i386, x86_64) * WatchOS (armv7k, i386) * MSYS (i386, x86_64) -* MinGW (i386, x86_64) +* MinGW (i386, x86_64, arm, arm64) * Cygwin (i386, x86_64) * Wasm (wasm32) * Cross (cross-toolchains ..) -- cgit v1.3.1