依然是一些针对Mac编译环境的适配

This commit is contained in:
liric
2022-09-15 21:19:20 +08:00
parent 499d32d17c
commit 518ce3818c
6 changed files with 10 additions and 9 deletions

2
run.sh
View File

@ -159,7 +159,7 @@ qemu_trace_usb=trace:usb_xhci_reset,trace:usb_xhci_run,trace:usb_xhci_stop,trace
qemu_accel=kvm
if [ "${OS}" == "Darwin" ]; then
if [ $(uname) == Darwin ]; then
qemu_accel=hvf
fi