mirror of
https://github.com/miurahr/aqtinstall.git
synced 2025-12-18 13:14:37 +03:00
Update aqt/metadata.py
This commit is contained in:
@@ -387,8 +387,10 @@ class QtRepoProperty:
|
|||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def get_arch_dir_name(host: str, arch: str, version: Version) -> str:
|
def get_arch_dir_name(host: str, arch: str, version: Version) -> str:
|
||||||
if arch.startswith("win64") and arch.endswith("mingw"):
|
if arch.startswith("win64_mingw"):
|
||||||
return arch[6:] + "_64"
|
return arch[6:] + "_64"
|
||||||
|
elif arch.startswith("win64_llvm"):
|
||||||
|
return "llvm-" + arch[11:] + "_64"
|
||||||
elif arch.startswith("win32_mingw"):
|
elif arch.startswith("win32_mingw"):
|
||||||
return arch[6:] + "_32"
|
return arch[6:] + "_32"
|
||||||
elif arch.startswith("win"):
|
elif arch.startswith("win"):
|
||||||
|
|||||||
Reference in New Issue
Block a user