Skip to content
This repository was archived by the owner on Jul 3, 2023. It is now read-only.

Commit 72dae06

Browse files
committed
Maybe?
1 parent 6a3c400 commit 72dae06

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

binding.gyp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,11 @@
2929
['OS == "win"', {
3030
"msvs_settings": {
3131
"VCCLCompilerTool": {
32+
"RuntimeLibrary": 3,
3233
"AdditionalOptions": ["/std:c++17"]
34+
},
35+
"ClCompile": {
36+
"LanguageStandard": "stdcpp17"
3337
}
3438
},
3539
"msbuild_settings": {

0 commit comments

Comments
 (0)