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

tools: update gyp to make xcode tools work #21520

Closed
wants to merge 1 commit into from

Commits on Jun 30, 2018

  1. tools: patch gyp to avoid xcrun errors

    Previously running ./configure with only the Xcode Command Line Tools
    installed would give:
    
    xcrun: error: unable to lookup item 'PlatformPath' from command line tools installation
    xcrun: error: unable to lookup item 'PlatformPath' in SDK '/'
    
    Co-authored-by: Ben Noordhuis <[email protected]>
    Fixes: nodejs#12531
    ryzokuken and bnoordhuis committed Jun 30, 2018
    Configuration menu
    Copy the full SHA
    781c228 View commit details
    Browse the repository at this point in the history