Fix configure on macOS.

This commit is contained in:
John Preston 2024-06-21 22:37:37 +04:00
parent 46157c99c4
commit 2db81211c8
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ import sys, os
def resolve(arch):
if sys.platform == 'darwin':
os.environ['Qt'] = '6.2.8'
os.environ['QT'] = '6.2.8'
elif sys.platform == 'win32':
if arch == 'arm' or 'qt6' in sys.argv:
print('Choosing Qt 6.')