Skip to content
This repository was archived by the owner on Jul 24, 2024. It is now read-only.

Commit c908f4f

Browse files
nschonnixzyfer
authored andcommitted
fix: Bump OSX minimum to 10.11
This is the minimum for Node 10 which is the oldest supported version https://github.com/nodejs/node/blob/19f3e1702e9e732462fcf83939b99d3bd0587ed2/BUILDING.md
1 parent 8ab02da commit c908f4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

binding.gyp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
'CLANG_CXX_LIBRARY': 'libc++',
3232
'OTHER_LDFLAGS': [],
3333
'GCC_ENABLE_CPP_EXCEPTIONS': 'NO',
34-
'MACOSX_DEPLOYMENT_TARGET': '10.7'
34+
'MACOSX_DEPLOYMENT_TARGET': '10.11'
3535
},
3636
'include_dirs': [
3737
'<!(node -e "require(\'nan\')")',

0 commit comments

Comments
 (0)