summaryrefslogtreecommitdiff
path: root/BUILDING.md
diff options
context:
space:
mode:
authorDennis Ameling <dennis@dennisameling.com>2020-06-22 11:22:42 +0200
committerJoão Reis <reis@janeasystems.com>2020-08-20 00:41:54 +0100
commit03293aa3a1e810c5ae6938cae41bf62ae418bb5f (patch)
tree6d743e2f59a4c11f2b9e132d647f9d68f0d7874d /BUILDING.md
parent5acc69cdad3c8f1670f5eeeaa4c8ffa8b86bf6b3 (diff)
downloadios-node-v8-03293aa3a1e810c5ae6938cae41bf62ae418bb5f.tar.gz
ios-node-v8-03293aa3a1e810c5ae6938cae41bf62ae418bb5f.tar.bz2
ios-node-v8-03293aa3a1e810c5ae6938cae41bf62ae418bb5f.zip
build,win: use x64 Node when building for ARM64
Uses x64 node executable for running .js files in arm64 cross-compilation scenarios. MSI can now be created by running `vcbuild.bat release msi arm64` Refs: https://github.com/nodejs/node/issues/25998 Refs: https://github.com/nodejs/node/issues/32582 PR-URL: https://github.com/nodejs/node/pull/34009 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: João Reis <reis@janeasystems.com>
Diffstat (limited to 'BUILDING.md')
-rw-r--r--BUILDING.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/BUILDING.md b/BUILDING.md
index bdf74da21f..00f45ccc77 100644
--- a/BUILDING.md
+++ b/BUILDING.md
@@ -544,6 +544,8 @@ Optional requirements to build the MSI installer package:
* The [WiX Toolset v3.11](https://wixtoolset.org/releases/) and the
[Wix Toolset Visual Studio 2019 Extension](https://marketplace.visualstudio.com/items?itemName=WixToolset.WixToolsetVisualStudio2019Extension).
+* The [WiX Toolset v3.14](https://wixtoolset.org/releases/) if
+ building for Windows 10 on ARM (ARM64).
Optional requirements for compiling for Windows 10 on ARM (ARM64):