skade / leveldb-sys

MIT License
7 stars 15 forks source link

Statically link against libstdc++ on musl targets #21

Closed jonas-schievink closed 3 years ago

jonas-schievink commented 3 years ago

This makes it possible to use this crate on musl targets (but requires further external setup, since the library path has to be provided).