mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-19 03:06:39 +00:00
fs run: fix Qemu ATAPI compatibility test
This commit is contained in:
parent
50c30b1702
commit
1f75805d54
@ -36,7 +36,7 @@ if {![is_qemu_available]} {
|
|||||||
exit 0
|
exit 0
|
||||||
}
|
}
|
||||||
|
|
||||||
if {[have_spec x86]} {
|
if {[expr $use_atapi_drv && [have_spec x86]]} {
|
||||||
set qemu "qemu-system-i386"
|
set qemu "qemu-system-i386"
|
||||||
if {[have_spec 64bit]} { set qemu "qemu-system-x86_64" }
|
if {[have_spec 64bit]} { set qemu "qemu-system-x86_64" }
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user