Skip to content

Commit 6d79778

Browse files
committed
Corrent with cflags_cc
1 parent 0c188d8 commit 6d79778

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

binding.gyp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
'conditions': [
6767
[
6868
'node_major_version >= 23', {
69-
'cflags': [
69+
'cflags_cc': [
7070
'-std=c++20'
7171
]
7272
}
@@ -89,7 +89,7 @@
8989
'conditions': [
9090
[
9191
'node_major_version >= 23', {
92-
'cflags': [
92+
'cflags_cc': [
9393
'-std=c++20'
9494
]
9595
}

0 commit comments

Comments
 (0)