build-qemu: fix

This commit is contained in:
Ciro Santilli 六四事件 法轮功
2018-10-21 00:00:00 +00:00
parent 1162ad7bb8
commit 65acd6b36f

View File

@@ -49,6 +49,6 @@ class QemuComponent(common.Component):
) == 0
def get_build_dir(self, args):
return None
return common.qemu_build_dir
QemuComponent().build()