New build-helper: qemu
This commit is contained in:
parent
387cf14520
commit
f4273541b8
4 changed files with 13 additions and 8 deletions
6
common/build-helper/qemu.sh
Normal file
6
common/build-helper/qemu.sh
Normal file
|
@ -0,0 +1,6 @@
|
|||
if [ "$CROSS_BUILD" ]; then
|
||||
export QEMU_LD_PREFIX=${XBPS_CROSS_BASE}
|
||||
if [[ $hostmakedepends != *"qemu-user-static"* ]]; then
|
||||
hostmakedepends+=" qemu-user-static"
|
||||
fi
|
||||
fi
|
Loading…
Add table
Add a link
Reference in a new issue