mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-14 13:17:08 +02:00
Fix configure on macOS.
This commit is contained in:
parent
46157c99c4
commit
2db81211c8
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue