Skip to content

Commit

Permalink
Fix configure on macOS.
Browse files Browse the repository at this point in the history
  • Loading branch information
john-preston committed Jun 21, 2024
1 parent 46157c9 commit 2db8121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Telegram/build/qt_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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.')
Expand Down

0 comments on commit 2db8121

Please sign in to comment.