mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-12 20:31:29 +03:00
fix on android
This commit is contained in:
@@ -19,10 +19,8 @@ fn find_package(name: &str) -> Vec<PathBuf> {
|
||||
"x64-osx".to_owned()
|
||||
} else if target_os == "windows" {
|
||||
"x64-windows-static".to_owned()
|
||||
} else if target_os == "android" {
|
||||
format!("{}-android-static", target_arch)
|
||||
} else {
|
||||
"x64-linux".to_owned()
|
||||
format!("{}-{}", target_arch, target_os)
|
||||
};
|
||||
println!("cargo:info={}", target);
|
||||
path.push("installed");
|
||||
|
||||
Reference in New Issue
Block a user