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

Commit 91a99e1

Browse files
committed
Try both
1 parent 3764003 commit 91a99e1

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

binding.gyp

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,18 @@
2525
'xcode_settings': {
2626
'MACOSX_DEPLOYMENT_TARGET': '10.9',
2727
},
28+
}],
29+
['OS == "win"', {
30+
"msvs_settings": {
31+
"VCCLCompilerTool": {
32+
"AdditionalOptions": ["/std:c++17"]
33+
}
34+
},
35+
"msbuild_settings": {
36+
"ClCompile": {
37+
"LanguageStandard": "stdcpp17"
38+
}
39+
}
2840
}]
2941
],
3042
"cflags_cc": [

0 commit comments

Comments
 (0)