We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d9ad46b + e80a0e6 commit 602e9c1Copy full SHA for 602e9c1
1 file changed
README.rst
@@ -132,3 +132,9 @@ The procedure should be,
132
133
$ brew install snappy # snappy library from Google
134
$ CPPFLAGS="-I/usr/local/include -L/usr/local/lib" pip install python-snappy
135
+
136
+Try this command if libstdc++ is deprecated
137
138
+::
139
140
+ $ CPPFLAGS="-I/usr/local/include -L/usr/local/lib -stdlib=libc++ " pip install python-snappy
0 commit comments