Commit e31b1a10 by chuxuewen

fix node 16.x build error

parent 0d6c3cc3
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
} }
}, },
'xcode_settings': { 'xcode_settings': {
'CLANG_CXX_LANGUAGE_STANDARD': 'c++11', 'CLANG_CXX_LANGUAGE_STANDARD': 'c++14',
'CLANG_CXX_LIBRARY': 'libc++', 'CLANG_CXX_LIBRARY': 'libc++',
'OTHER_LDFLAGS': [], 'OTHER_LDFLAGS': [],
'GCC_ENABLE_CPP_EXCEPTIONS': 'NO', 'GCC_ENABLE_CPP_EXCEPTIONS': 'NO',
...@@ -81,7 +81,7 @@ ...@@ -81,7 +81,7 @@
}], }],
['OS!="win"', { ['OS!="win"', {
'cflags_cc+': [ 'cflags_cc+': [
'-std=c++0x' '-std=c++14'
] ]
}] }]
] ]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment