diff options
| -rw-r--r-- | README.md | 4 | ||||
| -rw-r--r-- | README_zh.md | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -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 ..) |
