const BUILT_LIBRARY_COPIES: &[(&str, &str)];Expand description
BUILT_LIBRARY_COPIES maps built .so paths to their destination names in
libs/. The destination names here are the base names (e.g. libz.so);
the actual SONAME is discovered at runtime via thirdparty::soname.