We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a014ed commit 2cf403eCopy full SHA for 2cf403e
binding.gyp
@@ -16,6 +16,12 @@
16
"-Wno-cast-function-type", # since nan.h -> node.h has some warnings regarding that
17
"<!@(pkg-config oopetris-recordings --cflags-only-other)",
18
],
19
+ "conditions": [
20
+ [
21
+ 'OS == "mac"',
22
+ {"cflags_cc!": ["-std=c++23"], "cflags_cc+": ["-std=c++20"]},
23
+ ]
24
+ ],
25
"defines": ["V8_DEPRECATION_WARNINGS=1"],
26
"sources": ["src/cpp/wrapper.cpp"],
27
"include_dirs": [
0 commit comments