From: Fredrik Date: Sun, 22 Jan 2023 16:59:03 +0000 (+0100) Subject: winbuild: document that arm64 is supported X-Git-Tag: curl-7_88_0~118 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3f11122b2faee2fb3bd0067b3526a7900929ba7d;p=thirdparty%2Fcurl.git 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 --- diff --git a/winbuild/README.md b/winbuild/README.md index 33a6448630..1ecde7cee7 100644 --- a/winbuild/README.md +++ b/winbuild/README.md @@ -104,7 +104,7 @@ where `` is one or many of: - `GEN_PDB=` - Generate External Program Database (debug symbols for release build) - `DEBUG=` - Debug builds - - `MACHINE=` - Target architecture (default is x86) + - `MACHINE=` - Target architecture (default is x86) - `CARES_PATH=` - Custom path for c-ares - `MBEDTLS_PATH=` - Custom path for mbedTLS - `NGHTTP2_PATH=` - Custom path for nghttp2