From 65acd6b36f93a4b6b275ccc67c028951d30e1c00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ciro=20Santilli=20=E5=85=AD=E5=9B=9B=E4=BA=8B=E4=BB=B6=20?= =?UTF-8?q?=E6=B3=95=E8=BD=AE=E5=8A=9F?= Date: Sun, 21 Oct 2018 00:00:00 +0000 Subject: [PATCH] build-qemu: fix --- build-qemu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-qemu b/build-qemu index c576766..805551b 100755 --- a/build-qemu +++ b/build-qemu @@ -49,6 +49,6 @@ class QemuComponent(common.Component): ) == 0 def get_build_dir(self, args): - return None + return common.qemu_build_dir QemuComponent().build()