Skip to content

Commit

Permalink
fix: Bump OSX minimum to 10.11
Browse files Browse the repository at this point in the history
This is the minimum for Node 10 which is the oldest supported version
https://github.com/nodejs/node/blob/19f3e1702e9e732462fcf83939b99d3bd0587ed2/BUILDING.md
  • Loading branch information
nschonni authored and xzyfer committed Jun 24, 2021
1 parent 97ef4ab commit 34277cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion binding.gyp
Expand Up @@ -31,7 +31,7 @@
'CLANG_CXX_LIBRARY': 'libc++',
'OTHER_LDFLAGS': [],
'GCC_ENABLE_CPP_EXCEPTIONS': 'NO',
'MACOSX_DEPLOYMENT_TARGET': '10.7'
'MACOSX_DEPLOYMENT_TARGET': '10.11'
},
'include_dirs': [
'<!(node -e "require(\'nan\')")',
Expand Down

0 comments on commit 34277cd

Please sign in to comment.