1
0
Fork 0
mirror of https://github.com/xHyroM/void-packages.git synced 2024-09-21 13:03:17 +02:00
This commit is contained in:
github-actions[bot] 2024-09-21 01:00:40 +00:00
parent 208b012f7b
commit 9b6302d7b3
2 changed files with 2 additions and 4 deletions

View file

@ -17,7 +17,7 @@ if [ "$build_option_gir" ] || [[ $build_options != *"gir"* ]]; then
if [ "$CROSS_BUILD" ]; then if [ "$CROSS_BUILD" ]; then
# Required for running binaries produced from g-ir-compiler # Required for running binaries produced from g-ir-compiler
# via g-ir-scanner-qemuwrapper # via g-ir-scanner-qemuwrapper
hostmakedepends+=" qemu-user" hostmakedepends+=" qemu-user-${XBPS_TARGET_QEMU_MACHINE/x86_64/amd64}"
# Required for running the g-ir-scanner-lddwrapper # Required for running the g-ir-scanner-lddwrapper
hostmakedepends+=" prelink-cross" hostmakedepends+=" prelink-cross"

View file

@ -1,8 +1,6 @@
if [ "$CROSS_BUILD" ]; then if [ "$CROSS_BUILD" ]; then
export QEMU_LD_PREFIX=${XBPS_CROSS_BASE} export QEMU_LD_PREFIX=${XBPS_CROSS_BASE}
if [[ $hostmakedepends != *"qemu-user"* ]]; then hostmakedepends+=" qemu-user-${XBPS_TARGET_QEMU_MACHINE/x86_64/amd64}"
hostmakedepends+=" qemu-user"
fi
fi fi
vtargetrun() { vtargetrun() {