Skip to content

Commit

Permalink
common/build-helper/meson: use qemu-<target> not qemu-<target>-static
Browse files Browse the repository at this point in the history
the -static version is a symlink now
  • Loading branch information
classabbyamp committed Dec 15, 2024
1 parent 58c5f02 commit cdf59f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/build-helper/meson.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit cdf59f3

Please sign in to comment.