Skip to content

Commit ee9117c

Browse files
committed
changed node version <16
1 parent e08fdff commit ee9117c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

binding.gyp

+1-2
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,10 @@
3838
'GCC_SYMBOLS_PRIVATE_EXTERN': 'YES', # -fvisibility=hidden
3939
}
4040
}],
41-
['OS=="zos" and NODE_VERSION < 17',{
41+
['OS=="zos" and NODE_VERSION < 16',{
4242
'cflags': [
4343
'-qascii',
4444
],
45-
"defines": [ "NAPI_DISABLE_CPP_EXCEPTIONS" ],
4645
}],
4746
],
4847
},

0 commit comments

Comments
 (0)