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
node.js 10 is currently available to use in externpro #219
however, an additional include directory is needed for "internal" includes, for example uv/include/uv/unix.h has
#include "uv/threadpool.h"
https://github.com/nodejs/node/blob/v10.16.0/deps/uv/include/uv/unix.h#L46
where previously in node.js 8 it had
#include "uv-threadpool.h"
https://github.com/nodejs/node/blob/v8.12.0/deps/uv/include/uv-unix.h#L45
The text was updated successfully, but these errors were encountered:
additional include directory for node 10
9fd9625
issue #247
completed with commit to dev branch referenced above
Sorry, something went wrong.
smanders
No branches or pull requests
node.js 10 is currently available to use in externpro #219
however, an additional include directory is needed for "internal" includes, for example uv/include/uv/unix.h has
https://github.com/nodejs/node/blob/v10.16.0/deps/uv/include/uv/unix.h#L46
where previously in node.js 8 it had
https://github.com/nodejs/node/blob/v8.12.0/deps/uv/include/uv-unix.h#L45
The text was updated successfully, but these errors were encountered: