Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
changed node version <16
  • Loading branch information
Jonathan Lai committed Sep 30, 2022
1 parent e08fdff commit ee9117c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions binding.gyp
Expand Up @@ -38,11 +38,10 @@
'GCC_SYMBOLS_PRIVATE_EXTERN': 'YES', # -fvisibility=hidden
}
}],
['OS=="zos" and NODE_VERSION < 17',{
['OS=="zos" and NODE_VERSION < 16',{
'cflags': [
'-qascii',
],
"defines": [ "NAPI_DISABLE_CPP_EXCEPTIONS" ],
}],
],
},
Expand Down

0 comments on commit ee9117c

Please sign in to comment.