Skip to content

Commit

Permalink
Update README.md (#3450)
Browse files Browse the repository at this point in the history
  • Loading branch information
papafe authored Sep 20, 2023
1 parent d0e2f22 commit f19fb72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wrappers/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ docker run --rm -it -v ${pwd}:/source cimg/android:2023.05.1-ndk /bin/bash

You need Visual Studio 2017 (or later) with the `C++ Universal Windows Platform tools` and `Visual C++ tools for CMake` components as well as a version of the Windows SDK installed.

Valid Windows platforms (architectures) are `Win32`, `x64`, and `ARM`. You can specify all or a subset to save time when building.
Valid Windows platforms (architectures) are `Win32`, `x64`, `ARM` and `ARM64`. You can specify all or a subset to save time when building.

* To build for regular Windows run `.\build.ps1 Windows -Configuration Debug/Release -Platforms Win32, x64`

Expand Down

0 comments on commit f19fb72

Please sign in to comment.