Skip to content

Commit ec05981

Browse files
committed
again
1 parent 2b2e443 commit ec05981

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

binding.gyp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"target_name": "stack-trace",
55
"sources": [ "module.cc" ],
66
"conditions": [
7-
["OS=='linux' and node_version[0:2]=='24'", {
7+
["OS=='linux' and node_major_version>=24", {
88
"cflags_cc": ["-std=gnu++2a"]
99
}]
1010
]

0 commit comments

Comments
 (0)