Update docs/win_cross.md to hint at using --noarm
If the Windows SDK was installed without the option to add the ARM64
components, package_from_installed.py will fail unless the --noarm
parameter is used. This CL adds a note in docs/win_cross.md pointing
to this.
Change-Id: I00e46366101857d2cb5e68b40220202e5e66a362
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3448950
Reviewed-by: Joanmarie Diggs <jdiggs@igalia.com>
Commit-Queue: Henrique Ferreiro <hferreiro@igalia.com>
Cr-Commit-Position: refs/heads/main@{#968869}
diff --git a/docs/win_cross.md b/docs/win_cross.md
index e6ba087..e183688 100644
--- a/docs/win_cross.md
+++ b/docs/win_cross.md
@@ -64,7 +64,9 @@
where `<vs version>` and `<win version>` correspond respectively to the
versions of Visual Studio (e.g. 2019) and of the Windows SDK (e.g.
-10.0.19041.0) installed on the Windows machine.
+10.0.19041.0) installed on the Windows machine. Note that if you didn't
+install the ARM64 components of the SDK as noted in the link above, you
+should add `--noarm` to the parameter list.
These commands create a zip file named `<hash value>.zip`. Then, to use the
generated file in a Linux or Mac host, the following environment variables