twmht / python-rocksdb

Python bindings for RocksDB
BSD 3-Clause "New" or "Revised" License
274 stars 89 forks source link

Fix for PyPy install #79

Open R0uter opened 4 years ago

R0uter commented 4 years ago

clang: warning: libstdc++ is deprecated; move to libc++ with a minimum deployment target of OS X 10.9 This error pops up only when install via pip_pypy, Python was fine, now both should work like a charm.

Test before merge.