vpxmt -> vpx after vcpkg upgraded
This commit is contained in:
parent
cb2864202f
commit
7c5915e3d3
@ -28,9 +28,6 @@ fn find_package(name: &str) -> Vec<PathBuf> {
|
|||||||
path.push("installed");
|
path.push("installed");
|
||||||
path.push(target);
|
path.push(target);
|
||||||
let mut lib = name.trim_start_matches("lib").to_string();
|
let mut lib = name.trim_start_matches("lib").to_string();
|
||||||
if lib == "vpx" && target_os == "windows" {
|
|
||||||
lib = format!("{}mt", lib);
|
|
||||||
}
|
|
||||||
println!("{}", format!("cargo:rustc-link-lib=static={}", lib));
|
println!("{}", format!("cargo:rustc-link-lib=static={}", lib));
|
||||||
println!(
|
println!(
|
||||||
"{}",
|
"{}",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user