mirror of
https://github.com/nodejs/node.git
synced 2024-11-30 07:27:22 +01:00
66807e995d
This change means that GYP can now generate two sets of projects: one exclusively for a host x64 machine and one containing a mix of x64 and Arm targets. The names of host targets are fixed up to end with _host.exe, and any actions involving them are fixed up. This allows compilation of Node on an x64 server for a Windows on Arm target. PR-URL: https://github.com/nodejs/node/pull/32867 Reviewed-By: Christian Clauss <cclauss@me.com> Reviewed-By: João Reis <reis@janeasystems.com> |
||
---|---|---|
.. | ||
data/win | ||
pylib/gyp | ||
samples | ||
tools | ||
.gitignore | ||
AUTHORS | ||
gyp | ||
gyp_main.py | ||
gyp.bat | ||
LICENSE | ||
OWNERS | ||
PRESUBMIT.py | ||
README.md | ||
setup.py |
GYP can Generate Your Projects.
Documents are available at gyp.gsrc.io, or you can check out md-pages
branch to read those documents offline.