*: qemu-user-static -> qemu-user
This commit is contained in:
parent
ec662ff61f
commit
7ffbd5ed6c
13 changed files with 14 additions and 14 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue