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 2b2e443 commit ec05981Copy full SHA for ec05981
binding.gyp
@@ -4,7 +4,7 @@
4
"target_name": "stack-trace",
5
"sources": [ "module.cc" ],
6
"conditions": [
7
- ["OS=='linux' and node_version[0:2]=='24'", {
+ ["OS=='linux' and node_major_version>=24", {
8
"cflags_cc": ["-std=gnu++2a"]
9
}]
10
]
0 commit comments