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

lib: add gyp.js support #1092

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Commits on Jan 20, 2017

  1. lib: add gyp.js support

    See: nodejs#960
    
    Added initial `gyp.js` support with --gypjs command line option.
    Environment variable `npm_config_gypjs` also turns this option on.
    
    Update configure and build usage strings depending on `npm_config_gypjs`
    environment variable.
    
    Set `npm_config_gypjs` env variable if `--gypjs` command-line option
    was set to affect usage text for `configure` and `build` commands.
    
    Update usage strings if `--gypjs` command-line option was supplied
    
    Trying to load gyp.js module only if --gypjs command-line option was supplied.
    pmed authored and indutny committed Jan 20, 2017
    Configuration menu
    Copy the full SHA
    d16ae14 View commit details
    Browse the repository at this point in the history