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

Commit

Permalink
3rd suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
verhovsky committed Mar 19, 2023
1 parent e3ce820 commit ceac04a
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions binding.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,13 @@
},
}],
['OS == "win"', {
"msbuild_settings": {
"ClCompile": {
"LanguageStandard": "/std:c++17"
"msvs_settings": {
"VCCLCompilerTool": {
"AdditionalOptions": [
"/std:c++17"
]
}
}
},
}]
],
"cflags_cc": [
Expand Down

0 comments on commit ceac04a

Please sign in to comment.