miurahr / aqtinstall

aqt: Another (unofficial) Qt CLI Installer on multi-platforms
https://aqtinstall.readthedocs.io/en/latest/
MIT License
893 stars 83 forks source link

fix: always use gcc_64 as arch_dir for linux #770

Closed miurahr closed 2 months ago

miurahr commented 3 months ago

From Qt 6.7.0, arch keyword is changed to linux_gcc_64 but arch_dir should always be gcc_64. The change fixes issue #769 Fails to install Qt6 6.7.0 on Linux/Ubuntu

rectalogic commented 3 months ago

FYI this is also fixed in https://github.com/miurahr/aqtinstall/pull/766/files#diff-b336135f575fd47d95d02ec92ce8e4fa51a5add90b3d2057af8ecad46b204891R388

That fix also accounts for the new gcc_arm64 arch dir.