Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

src,win: add support for fetching arm64 node.lib #1875

Closed

Commits on Sep 30, 2019

  1. src,win: add support for fetching arm64 node.lib

    Windows on Arm support is available in some versions of Node.js v12 and
    Electron v6. This update allows node-gyp to fetch the appropriate
    node.lib to build native modules. If an arm64 binary is not available
    for the target node version, it's logged but ignored.
    
    arm64 is not expected to work in very old node.lib distribution formats,
    the test URLs in these cases are added to be consistent with x64.
    richard-townsend-arm authored and joaocgreis committed Sep 30, 2019
    Configuration menu
    Copy the full SHA
    d8e5c02 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    80f65da View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    83864c2 View commit details
    Browse the repository at this point in the history