Skip to content

Commit

Permalink
Add Windows arm64 and wasm64 to supported archs
Browse files Browse the repository at this point in the history
  • Loading branch information
SirLynix authored Mar 12, 2024
1 parent e1166c4 commit 5ea20b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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
Expand Down

0 comments on commit 5ea20b7

Please sign in to comment.