forked from Mirror/pmbootstrap
Fix case sensitivity: Qemu => QEMU (!1800)
This commit is contained in:
parent
fd79a60383
commit
2ad8b66ccc
7 changed files with 17 additions and 17 deletions
|
@ -92,7 +92,7 @@ def init(args, suffix="native"):
|
|||
"s/^ERROR_CLEANUP=.*/ERROR_CLEANUP=''/",
|
||||
"/etc/abuild.conf"], suffix)
|
||||
|
||||
# Qemu workaround (aarch64 only)
|
||||
# QEMU workaround (aarch64 only)
|
||||
arch = pmb.parse.arch.from_chroot_suffix(args, suffix)
|
||||
emulate = pmb.parse.arch.cpu_emulation_required(args, arch)
|
||||
if emulate and arch == "aarch64":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue