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

win,build: forward release_urlbase to configure #8430

Commits on Sep 7, 2016

  1. win,build: forward release_urlbase to configure

    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.
    joaocgreis committed Sep 7, 2016
    Configuration menu
    Copy the full SHA
    c913c74 View commit details
    Browse the repository at this point in the history