*: qemu-user-static -> qemu-user

This commit is contained in:
classabbyamp 2024-08-12 20:04:22 -04:00 committed by classabbyamp
parent ec662ff61f
commit 7ffbd5ed6c
13 changed files with 14 additions and 14 deletions

View file

@ -1,7 +1,7 @@
if [ "$CROSS_BUILD" ]; then
export QEMU_LD_PREFIX=${XBPS_CROSS_BASE}
if [[ $hostmakedepends != *"qemu-user-static"* ]]; then
hostmakedepends+=" qemu-user-static"
if [[ $hostmakedepends != *"qemu-user"* ]]; then
hostmakedepends+=" qemu-user"
fi
fi