makefile: -k makes page up/down unhappy on my desktop?

This commit is contained in:
K. Lange 2018-12-13 21:16:07 +09:00
parent 4781653b57
commit 7e3683f275
1 changed files with 1 additions and 1 deletions

View File

@ -308,7 +308,7 @@ else
else else
KVM= KVM=
endif endif
QEMU_ARGS=-serial mon:stdio -m 1G -soundhw ac97,pcspk ${KVM} -rtc base=localtime -k en-us QEMU_ARGS=-serial mon:stdio -m 1G -soundhw ac97,pcspk ${KVM} -rtc base=localtime ${QEMU_EXTRA}
endif endif