From 39e9f2ee64a4fe1bf0ca1095c8c09969e8c4b829 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 01:12:42 +0000 Subject: [PATCH] build: sync with upstream 2024-12-16 https://github.com/void-linux/void-packages/commit/82b4d707 --- 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 02fb515..51901e8 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.