Add loongarch64 support (#7244)
Signed-off-by: wangweijie <wangweijie@loongson.cn>
This commit is contained in:
parent
8518513aff
commit
cce1ce0ee0
1 changed files with 2 additions and 0 deletions
|
|
@ -31,6 +31,8 @@ fn link_vcpkg(mut path: PathBuf, name: &str) -> PathBuf {
|
|||
target_arch = "x64".to_owned();
|
||||
} else if target_arch == "x86" {
|
||||
target_arch = "x86".to_owned();
|
||||
} else if target_arch == "loongarch64" {
|
||||
target_arch = "loongarch64".to_owned();
|
||||
} else if target_arch == "aarch64" {
|
||||
target_arch = "arm64".to_owned();
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue