We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
make outputs this deprecation warning on macOS 10.12, but otherwise builds fine:
make
clang: warning: libstdc++ is deprecated; move to libc++ with a minimum deployment target of OS X 10.9
The text was updated successfully, but these errors were encountered:
We'll start linking to libc++ when the upgrade to V8 5.4 lands.
Sorry, something went wrong.
Ack, so that's covered.
@bnoordhuis Does this mean there's nothing we can do about this for the life of v6?
Node v7 is fine (it's on 5.4)
Edit: Related issue (includes workaround for module authors): nodejs/nan#606
@gibfahn That's right. We can't change standard libraries without breaking ABI.
No branches or pull requests
make
outputs this deprecation warning on macOS 10.12, but otherwise builds fine:The text was updated successfully, but these errors were encountered: