summaryrefslogtreecommitdiff
path: root/winbuild
diff options
context:
space:
mode:
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