Skip to content

Commit

Permalink
Add compiler c++17 indication needed for electron 21 rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
wkledxow committed Oct 27, 2022
1 parent 06d66a8 commit f5139f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions binding.gyp
Expand Up @@ -45,6 +45,7 @@
'msvs_settings': {
'VCCLCompilerTool': {
'ExceptionHandling': 1,
'AdditionalOptions': [ '-std:c++17', ],
}
}
}
Expand Down

0 comments on commit f5139f6

Please sign in to comment.