mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-31 17:11:02 +03:00
vpxmt -> vpx after vcpkg upgraded
This commit is contained in:
@@ -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!(
|
||||||
"{}",
|
"{}",
|
||||||
|
|||||||
Reference in New Issue
Block a user