vpxmt -> vpx after vcpkg upgraded
This commit is contained in:
parent
cb2864202f
commit
7c5915e3d3
1 changed files with 0 additions and 3 deletions
|
|
@ -28,9 +28,6 @@ fn find_package(name: &str) -> Vec<PathBuf> {
|
|||
path.push("installed");
|
||||
path.push(target);
|
||||
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!(
|
||||
"{}",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue