Skip to content

Commit

Permalink
fix missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
mmomtchev committed Jun 14, 2024
1 parent 6ad14c9 commit 9d36eb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common.gypi
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"AdditionalOptions": [
"/MP", # compile across multiple CPUs
"/GR", # force RTTI on (see https://github.com/nodejs/node-gyp/issues/2412)
"/EHsc" # same for ExceptionHandling
"/EHsc", # same for ExceptionHandling
"/permissive" # for the new MSVC in Github Actions, mostly related to const char to char conversions
],
"ExceptionHandling": 1,
Expand Down

0 comments on commit 9d36eb0

Please sign in to comment.