mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
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>
This commit is contained in:
committed by
João Reis
parent
5acc69cdad
commit
03293aa3a1
3
.gitignore
vendored
3
.gitignore
vendored
@@ -131,6 +131,9 @@ _UpgradeReport_Files/
|
||||
# Ignore dependencies fetched by deps/v8/tools/node/fetch_deps.py
|
||||
/deps/.cipd
|
||||
|
||||
# === Rules for Windows vcbuild.bat ===
|
||||
/temp-vcbuild
|
||||
|
||||
# === Global Rules ===
|
||||
# Keep last to avoid being excluded
|
||||
*.pyc
|
||||
|
||||
Reference in New Issue
Block a user