-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Support for OS X Command Like Tools #275
Labels
Comments
ssafejava
added a commit
to ssafejava/node-gyp
that referenced
this issue
Sep 11, 2013
…ejs#275. See gyp issue 292 (https://code.google.com/p/gyp/issues/detail?id=292#makechanges). This fix applies the patch attached to the issue. Without it, on OSX installations without XCode, node-gyp will error out and refuse to build.
Maybe related to #302 |
@Paxa can you please close this issue |
Thank you |
FWIW I think #1370 will fix this. |
👍 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In current version there is a problem with
xcodebuild
andxcode-select
This is issue in gyp project https://code.google.com/p/gyp/issues/detail?id=292
In the end of topic is solution, this patch https://codereview.chromium.org/14887003/patch/1/2
Please apply it
The text was updated successfully, but these errors were encountered: