From cdf59f35d1a007ee953d847fcf87d1a15f3def90 Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Sun, 15 Dec 2024 11:40:08 -0500 Subject: [PATCH] common/build-helper/meson: use qemu- not qemu--static the -static version is a symlink now --- common/build-helper/meson.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/build-helper/meson.sh b/common/build-helper/meson.sh index 02fb515f2be..51901e893d0 100644 --- a/common/build-helper/meson.sh +++ b/common/build-helper/meson.sh @@ -47,7 +47,7 @@ esac # Tell meson to run binaries with qemu if desired _MESON_EXE_WRAPPER="" 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 # Record cross-compiling information in cross file.