mirror of
https://github.com/rustdesk/magnum-opus.git
synced 2026-07-12 18:04:18 +00:00
Merge pull request #7 from dennisameling/windows-arm64
fix windows arm64 build
This commit is contained in:
@@ -27,7 +27,7 @@ fn link_vcpkg(mut path: PathBuf, name: &str) -> PathBuf {
|
|||||||
} else if target_os == "macos" && target_arch == "arm64" {
|
} else if target_os == "macos" && target_arch == "arm64" {
|
||||||
"arm64-osx".to_owned()
|
"arm64-osx".to_owned()
|
||||||
} else if target_os == "windows" {
|
} else if target_os == "windows" {
|
||||||
"x64-windows-static".to_owned()
|
format!("{}-windows-static", target_arch)
|
||||||
} else {
|
} else {
|
||||||
format!("{}-{}", target_arch, target_os)
|
format!("{}-{}", target_arch, target_os)
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user