diff options
| author | ruki <[email protected]> | 2024-03-12 22:54:15 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-03-12 22:54:15 +0800 |
| commit | 678c08036cfb60e09214cc2fa25255c817778309 (patch) | |
| tree | 0f1565e88ac33b6fc7bac3a7fed3d8e6f77bf144 | |
| parent | 9d7371cc673798862b466c96b212b1722c196ada (diff) | |
| parent | 5ea20b7e055f7e37d961fe3f711f6d7b9e1b2354 (diff) | |
Merge pull request #4825 from SirLynix/patch-7
Add Windows arm64 and wasm64 to supported archs
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -180,7 +180,7 @@ $ xmake f --menu ## Supported platforms -* Windows (x86, x64) +* Windows (x86, x64, arm64) * macOS (i386, x86_64, arm64) * Linux (i386, x86_64, cross-toolchains ..) * *BSD (i386, x86_64) @@ -192,7 +192,7 @@ $ xmake f --menu * MSYS (i386, x86_64) * MinGW (i386, x86_64, arm, arm64) * Cygwin (i386, x86_64) -* Wasm (wasm32) +* Wasm (wasm32, wasm64) * Cross (cross-toolchains ..) ## Supported toolchains |
