wbolster / plyvel

Plyvel, a fast and feature-rich Python interface to LevelDB
https://plyvel.readthedocs.io/
Other
529 stars 75 forks source link

Fix osx build issue #96

Closed schmty closed 5 years ago

schmty commented 5 years ago

Via adding the extra compile arguments of -x c++ -std=c++11 and removing platform specific code as suggested by @kyuupichan and @wbolster in #95 plyvel now builds on OSX 10.14. Fixes #95

schmty commented 5 years ago

Ok, after the first failed test I have rewritten the conditional adding arguments for Darwin/OSX. Note, in both ca97b06 and 753b0e2 have built on my system. This change is in effort to get a passing build from travis

schmty commented 5 years ago

having some trouble, going to close this and reopen a new PR shortly