mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-05 19:28:46 +02:00
Fix build
This commit is contained in:
parent
5076c948d8
commit
86e311ec44
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ def is_apple_silicon():
|
|||
return False
|
||||
|
||||
|
||||
def get_clean_env(use_clean_env):
|
||||
def get_clean_env(use_clean_env=True):
|
||||
clean_env = os.environ.copy()
|
||||
if use_clean_env:
|
||||
clean_env['PATH'] = '/usr/bin:/bin:/usr/sbin:/sbin'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue