Исправлена настройка сборок 32бит

Mike Khiretskiy 9 years ago
parent 5f9c31ac8a
commit 11eefee095

@ -203,6 +203,9 @@ class Builder(Update):
clTempl = None
try:
clVars.importData()
clVars.Set('os_arch_machine',
self.clVars.Get('builder.os_builder_arch_machine'),
force=True)
if distro_dv:
clVars.Set('cl_template_path',
[pathJoin(chroot, x)

Loading…
Cancel
Save