summaryrefslogtreecommitdiff
path: root/winbuild
diff options
context:
space:
mode:
authorFredrik <fresh@superburken.se>2023-01-22 17:59:03 +0100
committerJay Satiro <raysatiro@yahoo.com>2023-01-24 03:42:17 -0500
commit3f11122b2faee2fb3bd0067b3526a7900929ba7d (patch)
tree5cd6af9dd16cb311fa07c807744acf7ee1ac0fd5 /winbuild
parentbde24fac7cfd4cb67593cb9b524b6a06ada09f3a (diff)
downloadcurl-3f11122b2faee2fb3bd0067b3526a7900929ba7d.tar.gz
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
Diffstat (limited to 'winbuild')
-rw-r--r--winbuild/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/winbuild/README.md b/winbuild/README.md
index 33a644863..1ecde7cee 100644
--- a/winbuild/README.md
+++ b/winbuild/README.md
@@ -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