mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-26 19:13:51 +02:00
6 lines
173 B
Bash
6 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
|