mirror of
https://github.com/xHyroM/void-packages.git
synced 2024-12-23 04:31:06 +01:00
build: sync with upstream 2024-12-16 https://github.com/void-linux/void-packages/commit/82b4d707
This commit is contained in:
parent
4dc8023639
commit
39e9f2ee64
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ esac
|
||||||
# Tell meson to run binaries with qemu if desired
|
# Tell meson to run binaries with qemu if desired
|
||||||
_MESON_EXE_WRAPPER=""
|
_MESON_EXE_WRAPPER=""
|
||||||
if [[ "${build_helper}" = *qemu* ]]; then
|
if [[ "${build_helper}" = *qemu* ]]; then
|
||||||
_MESON_EXE_WRAPPER="exe_wrapper = '/usr/bin/qemu-${XBPS_TARGET_QEMU_MACHINE}-static'"
|
_MESON_EXE_WRAPPER="exe_wrapper = '/usr/bin/qemu-${XBPS_TARGET_QEMU_MACHINE}'"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Record cross-compiling information in cross file.
|
# Record cross-compiling information in cross file.
|
||||||
|
|
Loading…
Reference in a new issue