void-packages/common/build-helper/qemu.sh
2019-10-26 00:59:41 +02:00

7 lines
173 B
Bash

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