Skip to content

Commit

Permalink
binding.gyp: missing comma typo for macos builds
Browse files Browse the repository at this point in the history
  • Loading branch information
CMCDragonkai committed Jul 14, 2022
1 parent 1f6299d commit 886f7cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion binding.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
'-arch arm64'
],
'OTHER_CPLUSPLUSFLAGS': [
'-std=c++17'
'-std=c++17',
'-arch x86_64',
'-arch arm64'
],
Expand Down

0 comments on commit 886f7cb

Please sign in to comment.