Setting the MACOSX_DEPLOYMENT_TARGET when building a rust library will make sure that the library has a minimum supported OS of that version. rust-lang/cargo#4667
Ring seems to just default to the current system version in it's build script, meaning my compiled library now can't link against anything built for an older version.
(Same problem for iOS too, btw)