Skip to content

Commit

Permalink
FIx c++ version for MacOS
Browse files Browse the repository at this point in the history
It was failing on latest MacOS without this little patch
  • Loading branch information
uavn authored and thiagoelg committed Oct 4, 2023
1 parent 85f6202 commit c5f75b7
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 @@ -61,7 +61,7 @@
"-stdlib=libc++"
],
'xcode_settings': {
"OTHER_CPLUSPLUSFLAGS":["-std=c++14", "-stdlib=libc++"],
"OTHER_CPLUSPLUSFLAGS":["-std=c++17", "-stdlib=libc++"],
"OTHER_LDFLAGS": ["-stdlib=libc++"],
"MACOSX_DEPLOYMENT_TARGET": "10.7",
},
Expand Down

0 comments on commit c5f75b7

Please sign in to comment.