Skip to content

Commit 602e9c1

Browse files
authored
Merge pull request intake#81 from wangxggc/patch-1
[doc] how to solve problem for libstdc++ deprecated
2 parents d9ad46b + e80a0e6 commit 602e9c1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,3 +132,9 @@ The procedure should be,
132132

133133
$ brew install snappy # snappy library from Google
134134
$ 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

Comments
 (0)