mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 06:07:00 +02:00
common/build-helper/qemu: only install the relevant user emulator
now that the package is split, we don't have to install every emulator under the sun.
This commit is contained in:
parent
9fd44d9047
commit
66e9495c31
1 changed files with 1 additions and 3 deletions
|
@ -1,8 +1,6 @@
|
|||
if [ "$CROSS_BUILD" ]; then
|
||||
export QEMU_LD_PREFIX=${XBPS_CROSS_BASE}
|
||||
if [[ $hostmakedepends != *"qemu-user"* ]]; then
|
||||
hostmakedepends+=" qemu-user"
|
||||
fi
|
||||
hostmakedepends+=" qemu-user-${XBPS_TARGET_QEMU_MACHINE/x86_64/amd64}"
|
||||
fi
|
||||
|
||||
vtargetrun() {
|
||||
|
|
Loading…
Add table
Reference in a new issue