winbuild: document that arm64 is supported
Building an arm64 version works flawlessly with the VS arm64 toolset. Closes https://github.com/curl/curl/pull/10332
This commit is contained in:
parent
bde24fac7c
commit
3f11122b2f
@ -104,7 +104,7 @@ where `<options>` is one or many of:
|
||||
- `GEN_PDB=<yes/no>` - Generate External Program Database
|
||||
(debug symbols for release build)
|
||||
- `DEBUG=<yes/no>` - Debug builds
|
||||
- `MACHINE=<x86/x64>` - Target architecture (default is x86)
|
||||
- `MACHINE=<x86/x64/arm64>` - Target architecture (default is x86)
|
||||
- `CARES_PATH=<path>` - Custom path for c-ares
|
||||
- `MBEDTLS_PATH=<path>` - Custom path for mbedTLS
|
||||
- `NGHTTP2_PATH=<path>` - Custom path for nghttp2
|
||||
|
||||
Loading…
Reference in New Issue
Block a user