diff options
| author | ruki <[email protected]> | 2024-03-13 06:05:07 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-03-13 06:05:07 +0800 |
| commit | 5439a4a60f142cc5c238903972409c51341e6be7 (patch) | |
| tree | 18a4997f50a476713e86c32ae0f8842228d2b756 | |
| parent | 678c08036cfb60e09214cc2fa25255c817778309 (diff) | |
| parent | 1fa4cb780eaa8bb807fc1446853ea26106b4ad99 (diff) | |
Merge pull request #4826 from SirLynix/patch-7
Update README_zh.md
| -rw-r--r-- | README_zh.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/README_zh.md b/README_zh.md index 7efb052fa..20eab35bb 100644 --- a/README_zh.md +++ b/README_zh.md @@ -241,7 +241,7 @@ $ xmake f --menu ## 支持平台 -* Windows (x86, x64) +* Windows (x86, x64, arm64) * macOS (i386, x86_64, arm64) * Linux (i386, x86_64, cross-toolchains ..) * *BSD (i386, x86_64) @@ -253,7 +253,7 @@ $ xmake f --menu * MSYS (i386, x86_64) * MinGW (i386, x86_64, arm, arm64) * Cygwin (i386, x86_64) -* Wasm (wasm32) +* Wasm (wasm32, wasm64) * Haiku (i386, x86_64) * Cross (cross-toolchains ..) |
