Skip to content

Commit c0591e6

Browse files
committed
build: increase the macos target to 10.15
1 parent a38ec43 commit c0591e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

binding.gyp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"variables": {
7070
"tests": 0,
7171
"STANDARD": 17,
72-
"MACOSX_DEPLOYMENT_TARGET": "10.8"
72+
"MACOSX_DEPLOYMENT_TARGET": "10.15"
7373
},
7474

7575
"conditions": [
@@ -119,7 +119,7 @@
119119
['OS=="mac"', {
120120
"xcode_settings": {
121121
'CLANG_CXX_LIBRARY': 'libc++',
122-
'CLANG_CXX_LANGUAGE_STANDARD':'c++11',
122+
'CLANG_CXX_LANGUAGE_STANDARD':'c++(STANDARD)',
123123
}
124124
}],
125125
['OS=="win"', {

0 commit comments

Comments
 (0)