common/build-helper/meson: use qemu-<target> not qemu-<target>-static
the -static version is a symlink now
This commit is contained in:
parent
58c5f0235c
commit
cdf59f35d1
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…
Add table
Add a link
Reference in a new issue