Also update clang on Windows
libjpeg_turbo is using clang toolchain for building.
This commit is contained in:
Родитель
82c4b6d82f
Коммит
3056884160
|
@ -164,8 +164,6 @@ def apply_patches():
|
|||
|
||||
|
||||
def update_clang():
|
||||
if sys.platform not in ['linux2', 'darwin']:
|
||||
return
|
||||
update = os.path.join(SRC_DIR, 'tools', 'clang', 'scripts', 'update.py')
|
||||
return subprocess.call([sys.executable, update])
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче