diff options
| author | ruki <[email protected]> | 2020-10-20 22:36:55 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-10-20 22:36:55 +0800 |
| commit | 4742314df2f1f3120dca49ff7308dd4f0e601d20 (patch) | |
| tree | 75cc7ac36042b95f5d4923a1b4f330d881893d90 | |
| parent | 1fd9fbb24a9bbca21d3783c5fbe49fe74ad54ca8 (diff) | |
update readme
| -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 ..) |
