diff --git a/libports/run/libc_filesystem_test.inc b/libports/run/libc_filesystem_test.inc index 851d20ab0d..72454abcc7 100644 --- a/libports/run/libc_filesystem_test.inc +++ b/libports/run/libc_filesystem_test.inc @@ -36,7 +36,7 @@ if {![is_qemu_available]} { exit 0 } -if {[have_spec x86]} { +if {[expr $use_atapi_drv && [have_spec x86]]} { set qemu "qemu-system-i386" if {[have_spec 64bit]} { set qemu "qemu-system-x86_64" }