Skip to content

Commit

Permalink
Merge pull request #791 from AdrianEddy/master
Browse files Browse the repository at this point in the history
Fix installing Qt for Android 6.7.0
  • Loading branch information
miurahr authored Jun 7, 2024
2 parents 6b03ae4 + 47cd6d3 commit c7f516e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions aqt/archives.py
Original file line number Diff line number Diff line change
Expand Up @@ -382,6 +382,8 @@ def _get_archives_base(self, name, target_packages):
os_name += "_x86"
elif os_name != "linux_arm64" and os_name != "all_os":
os_name += "_x64"
if self.target == "android" and self.version >= Version("6.7.0"):
os_name = "all_os"
os_target_folder = posixpath.join(
"online/qtsdkrepository",
os_name,
Expand Down

0 comments on commit c7f516e

Please sign in to comment.