-
Notifications
You must be signed in to change notification settings - Fork 471
Enabling C++ exceptions on Windows is hell #1379
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
until a solution for nodejs/node-addon-api#1379 is found
until a solution for nodejs/node-addon-api#1379 is found
After discussion in the node-addon-api team meeting today @legendecas is going to take a look at the issue in a bit more depth. |
Tried with node-gyp This allows the following pattern to enable c++ exception support:
|
(this is the suite of nodejs/node-gyp#2903)
node-addon-api
seems to include an undocumented but very useful file foundnode_modules\node-addon-api\except.gypi
.Alas, besides being undocumented, this file is very hard to use, since when a module is installed in production, its path will be different and
gyp
does not support variable expansion inincludes
directives.The text was updated successfully, but these errors were encountered: