We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ce7edc commit ac42d3fCopy full SHA for ac42d3f
binding.gyp
@@ -1,4 +1,7 @@
1
{
2
+ "variables": {
3
+ "NODE_VERSION%":"<!(node -p \"process.versions.node.split(\\\".\\\")[0]\")"
4
+ },
5
'targets': [
6
7
'target_name': 'bcrypt_lib',
@@ -35,6 +38,11 @@
35
38
'GCC_SYMBOLS_PRIVATE_EXTERN': 'YES', # -fvisibility=hidden
36
39
}
37
40
}],
41
+ ['OS=="zos" and NODE_VERSION < 16',{
42
+ 'cflags': [
43
+ '-qascii',
44
+ ],
45
+ }],
46
],
47
},
48
0 commit comments