New build-helper: qemu
This commit is contained in:
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
|
||||
Reference in New Issue
Block a user