Temp workaround for previous commit.
This commit is contained in:
Родитель
6fa116ebad
Коммит
0aabc1ed8b
4
emsdk
4
emsdk
|
@ -602,7 +602,9 @@ def build_optimizer_tool(tool):
|
||||||
if not success: return False
|
if not success: return False
|
||||||
|
|
||||||
# Make
|
# Make
|
||||||
success = make_build(build_root, build_type, 'x64' if tool.bitness == 64 else 'x86')
|
# TODO: Enable the following:
|
||||||
|
# success = make_build(build_root, build_type, 'x64' if tool.bitness == 64 else 'x86')
|
||||||
|
success = make_build(build_root, build_type, 'x86')
|
||||||
return success
|
return success
|
||||||
|
|
||||||
def download_and_unzip(zipfile, dest_dir, download_even_if_exists=False):
|
def download_and_unzip(zipfile, dest_dir, download_even_if_exists=False):
|
||||||
|
|
Загрузка…
Ссылка в новой задаче