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
From binding.gyp, there are only following conditions:
binding.gyp
['OS=="mac"', { "sources": [ "src/macos/PolicyWatcher.cc", ], "defines": [ "MACOS", ], "xcode_settings": { "GCC_ENABLE_CPP_EXCEPTIONS": "YES" } }], ['OS=="mac" and target_arch=="arm64"', { "xcode_settings": { "ARCHS": ["arm64"] } }], ['OS=="linux"' or 'OS'=="AIX", { "sources": [ "src/linux/PolicyWatcher.cc", ], "defines": [ "LINUX", ], "libraries": [ "userenv.lib" ] }], ["OS=='win'", { // ... }]
As you can see, there is no AIX support.
AIX
The text was updated successfully, but these errors were encountered:
We do not intend to support AIX. Thanks any way!
Sorry, something went wrong.
No branches or pull requests
From
binding.gyp
, there are only following conditions:As you can see, there is no
AIX
support.The text was updated successfully, but these errors were encountered: