Skip to content

Commit 0503f7a

Browse files
rotudhritzkiv
authored andcommitted
Fix build on MacOS + Node 19
1 parent 8511cd7 commit 0503f7a

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

binding.gyp

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
'GCC_ENABLE_CPP_EXCEPTIONS': 'YES',
4343
'MACOSX_DEPLOYMENT_TARGET':'10.8',
4444
'CLANG_CXX_LIBRARY': 'libc++',
45-
'CLANG_CXX_LANGUAGE_STANDARD':'c++14',
45+
'CLANG_CXX_LANGUAGE_STANDARD':'c++17',
4646
'GCC_VERSION': 'com.apple.compilers.llvm.clang.1_0'
4747
},
4848
}],

package-lock.json

+7-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"bindings": "^1.5.0",
2121
"bit-twiddle": "^1.0.2",
2222
"glsl-tokenizer": "^2.1.5",
23-
"nan": "^2.16.0",
23+
"nan": "^2.17.0",
2424
"node-abi": "^3.26.0",
2525
"node-gyp": "^9.2.0",
2626
"prebuild-install": "^7.1.1"

0 commit comments

Comments
 (0)