We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 906610e commit 1772853Copy full SHA for 1772853
Makefile
@@ -60,6 +60,8 @@ QEMU = $(shell if which qemu > /dev/null; \
60
then echo qemu; exit; \
61
elif which qemu-system-i386 > /dev/null; \
62
then echo qemu-system-i386; exit; \
63
+ elif which qemu-system-x86_64 > /dev/null; \
64
+ then echo qemu-system-x86_64; exit; \
65
else \
66
qemu=/Applications/Q.app/Contents/MacOS/i386-softmmu.app/Contents/MacOS/i386-softmmu; \
67
if test -x $$qemu; then echo $$qemu; exit; fi; fi; \
0 commit comments