Skip to content
This repository was archived by the owner on Oct 18, 2023. It is now read-only.

Commit 31f8cf8

Browse files
committed
Remove macOS stdlib flags to fix Electron builds
1 parent 9c2d1e0 commit 31f8cf8

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

binding.gyp

-4
Original file line numberDiff line numberDiff line change
@@ -125,10 +125,6 @@
125125
"-fno-exceptions"
126126
],
127127
"xcode_settings": {
128-
"OTHER_CFLAGS": [
129-
"-std=c++11",
130-
"-stdlib=libc++"
131-
],
132128
"GCC_ENABLE_CPP_EXCEPTIONS": "YES",
133129
"MACOSX_DEPLOYMENT_TARGET": "10.13"
134130
},

0 commit comments

Comments
 (0)