Skip to content

Commit

Permalink
Update binding.gyp
Browse files Browse the repository at this point in the history
  • Loading branch information
vapormusic authored Sep 27, 2022
1 parent d1cf111 commit c310ab9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions binding.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,14 @@
}],
['OS=="win"', {
'include_dirs': ['C:\\Program Files\\OpenSSL-Win64\\include\\'],
"msbuild_settings": {
"ClCompile": {
"LanguageStandard": "stdcpp17"
}
},"msvs_settings": {
"VCCLCompilerTool": {
"AdditionalOptions": [ "-std:c++17", ],
},
'sources': [
],
}],
Expand Down

0 comments on commit c310ab9

Please sign in to comment.