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

build: do not depend on cp in PATH #20296

Closed
wants to merge 1 commit into from

Commits on Apr 25, 2018

  1. build: do not depend on cp in PATH

    Use gyp’s own copying mechanism instead.
    
    It’s not really clear which UNIX utils exactly are needed to build on
    Windows, but this is an easier fix (at least for me) than figuring
    out how to get `cp` into the `PATH` in all cases, and judging
    from the issue I’m not the only one who ran into this.
    
    Fixes: nodejs#20272
    addaleax committed Apr 25, 2018
    Configuration menu
    Copy the full SHA
    da300ff View commit details
    Browse the repository at this point in the history