mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
Fix build
This commit is contained in:
parent
5076c948d8
commit
86e311ec44
@ -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…
x
Reference in New Issue
Block a user