mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
Revert clang invocation
This commit is contained in:
parent
ae8931c474
commit
788bc7a748
@ -145,7 +145,7 @@ def diff_binaries(tempdir, self_base_path, file1, file2):
|
|||||||
if not os.path.isfile(self_base_path + '/main.cpp'):
|
if not os.path.isfile(self_base_path + '/main.cpp'):
|
||||||
print('Could not find ' + self_base_path + '/main.cpp')
|
print('Could not find ' + self_base_path + '/main.cpp')
|
||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
subprocess.call(['clang-12', self_base_path + '/main.cpp', '-lc++', '-o', diff_app])
|
subprocess.call(['clang', self_base_path + '/main.cpp', '-lc++', '-o', diff_app])
|
||||||
if not os.path.isfile(diff_app):
|
if not os.path.isfile(diff_app):
|
||||||
print('Could not compile ' + self_base_path + '/main.cpp')
|
print('Could not compile ' + self_base_path + '/main.cpp')
|
||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user