fix(darwin): default display to cocoa on darwin

This commit is contained in:
Martin Wimpress 2024-05-15 01:07:43 +01:00 committed by Martin Wimpress
parent c5b96cfcd5
commit f14eed78ce
1 changed files with 1 additions and 0 deletions

View File

@ -1831,6 +1831,7 @@ if [ "$(uname -s)" == "Darwin" ]; then
CPU_KVM=""
CPU_KVM_UNHALT=""
KVM_GUEST_TWEAKS=""
display="cocoa"
fi
QEMU_VER_LONG=$(${QEMU} -version | head -n1 | cut -d' ' -f4 | cut -d'(' -f1)