mirror of https://github.com/lukechilds/node.git
Browse Source
The RELEASE_URLBASE environment variable is used in releases as a prefix for links in the process.release object. The Makefile picks it and forwards it to configure, but vcbuild.bat did not. Hence, in Windows, Node releases have a correct process.release because it uses the default URL, but nightlies, RCs and so on do not, breaking node-gyp. This enables native modules to be built with such versions of Node. PR-URL: https://github.com/nodejs/node/pull/8430 Reviewed-By: jbergstroem - Johan Bergström <bugs@bergstroem.nu>v7.x
João Reis
8 years ago
committed by
Alexis Campailla
1 changed files with 1 additions and 2 deletions
Loading…
Reference in new issue