basho / eleveldb

Erlang LevelDB API
263 stars 176 forks source link

Disable shared library creation #237

Closed angrycub closed 7 years ago

angrycub commented 7 years ago

Manually disabling dylib creation for snappy since OSX links the preferentially rather than the static library. This resolves https://github.com/basho/eleveldb/issues/236

matthewvon commented 7 years ago

+1 builds on all buildbots. freebsd10 has issue with unit tests, but that appears to be buildbot underpowered problem.