Closed justinmoon closed 4 years ago
@justinmoon The default is to use the system libraries, you will need to use
cargo b --features vendor --no-default-features
for a static only library. I should probably add a compile time error for this
Thanks for the quick response! That fixed it.
I saw the note about disabling "default-features" in your README but didn't know what that meant.