Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
configure: Enable ARM64 single-toolchain build on Windows
When target arch is arm64, set_msvs_configuration platfrom in order to generate proper .sln/.vcxproj files for cross-compiling node modules to Windows on Arm, 64-bit. To use, run `set npm_config_arch=arm64` on the command prompt before `npm install`. PR-URL: #1678
- Loading branch information