clojure-lsp: update to 2024.08.05.
[void-pkg.git] / common / build-helper / qemu.sh
blobd6a4342f5e8ee3397988de2ee48e82388d829f69
1 if [ "$CROSS_BUILD" ]; then
2 export QEMU_LD_PREFIX=${XBPS_CROSS_BASE}
3 if [[ $hostmakedepends != *"qemu-user-static"* ]]; then
4 hostmakedepends+=" qemu-user-static"
5 fi
6 fi
8 vtargetrun() {
9 if [ "$CROSS_BUILD" ]; then
10 "/usr/bin/qemu-${XBPS_TARGET_QEMU_MACHINE}-static" "$@"
11 else
12 "$@"