mirror of
https://github.com/xHyroM/void-packages.git
synced 2024-11-13 02:18:08 +01:00
build: sync with upstream 2024-09-21 https://github.com/void-linux/void-packages/commit/10aca171
This commit is contained in:
parent
208b012f7b
commit
9b6302d7b3
2 changed files with 2 additions and 4 deletions
|
@ -17,7 +17,7 @@ if [ "$build_option_gir" ] || [[ $build_options != *"gir"* ]]; then
|
|||
if [ "$CROSS_BUILD" ]; then
|
||||
# Required for running binaries produced from g-ir-compiler
|
||||
# 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
|
||||
hostmakedepends+=" prelink-cross"
|
||||
|
|
|
@ -1,8 +1,6 @@
|
|||
if [ "$CROSS_BUILD" ]; then
|
||||
export QEMU_LD_PREFIX=${XBPS_CROSS_BASE}
|
||||
if [[ $hostmakedepends != *"qemu-user"* ]]; then
|
||||
hostmakedepends+=" qemu-user"
|
||||
fi
|
||||
hostmakedepends+=" qemu-user-${XBPS_TARGET_QEMU_MACHINE/x86_64/amd64}"
|
||||
fi
|
||||
|
||||
vtargetrun() {
|
||||
|
|
Loading…
Reference in a new issue