We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3238ba commit 4820fe2Copy full SHA for 4820fe2
binding.gyp
@@ -21,9 +21,9 @@
21
'conditions': [
22
['OS=="mac"', {
23
'xcode_settings': {
24
- 'MACOSX_DEPLOYMENT_TARGET': '10.7',
+ 'MACOSX_DEPLOYMENT_TARGET': '10.15',
25
'GCC_VERSION': 'com.apple.compilers.llvm.clang.1_0',
26
- 'CLANG_CXX_LANGUAGE_STANDARD': 'gnu++1y', # -std=gnu++1y
+ 'CLANG_CXX_LANGUAGE_STANDARD': 'c++17', # -std=gnu++1y
27
'CLANG_CXX_LIBRARY': 'libc++',
28
}
29
}],
package.json
@@ -5,7 +5,7 @@
5
"description": "An async libmagic binding for node.js for detecting content types by data inspection",
6
"main": "./lib/index",
7
"dependencies": {
8
- "nan": "^2.13.2"
+ "nan": "^2.17.0"
9
},
10
"scripts": {
11
"install": "node-gyp rebuild",
0 commit comments