Skip to content

Commit 34fef57

Browse files
specify c++ standard windows
1 parent 5269e54 commit 34fef57

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

binding.gyp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@
2727
"-stdlib=libc++"
2828
]
2929
},
30+
'msvs_settings': {
31+
'VCCLCompilerTool': {
32+
'AdditionalOptions': [ '-std:c++17', ],
33+
},
34+
},
3035
'cflags!': [ '-fno-exceptions' ],
3136
'cflags_cc!': [ '-fno-exceptions' ],
3237
'cflags_cc': ['-std=c++17'],

0 commit comments

Comments
 (0)