Skip to content

Commit c5f75b7

Browse files
uavnthiagoelg
authored andcommitted
FIx c++ version for MacOS
It was failing on latest MacOS without this little patch
1 parent 85f6202 commit c5f75b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

binding.gyp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"-stdlib=libc++"
6262
],
6363
'xcode_settings': {
64-
"OTHER_CPLUSPLUSFLAGS":["-std=c++14", "-stdlib=libc++"],
64+
"OTHER_CPLUSPLUSFLAGS":["-std=c++17", "-stdlib=libc++"],
6565
"OTHER_LDFLAGS": ["-stdlib=libc++"],
6666
"MACOSX_DEPLOYMENT_TARGET": "10.7",
6767
},

0 commit comments

Comments
 (0)