mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-02-27 11:01:17 +00:00
Fix configure on macOS.
This commit is contained in:
parent
46157c99c4
commit
2db81211c8
@ -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.')
|
||||
|
Loading…
Reference in New Issue
Block a user