mirror of
https://github.com/qemu/qemu.git
synced 2024-11-28 14:24:02 +08:00
configure: include cross sdl2-config in meson cross file
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
58683d07d2
commit
e817851479
3
configure
vendored
3
configure
vendored
@ -8168,6 +8168,9 @@ echo "ar = $(meson_quote $ar)" >> $cross
|
||||
echo "nm = $(meson_quote $nm)" >> $cross
|
||||
echo "pkgconfig = $(meson_quote $pkg_config_exe)" >> $cross
|
||||
echo "ranlib = $(meson_quote $ranlib)" >> $cross
|
||||
if has $sdl2_config; then
|
||||
echo "sdl2-config = $(meson_quote $sdl2_config)" >> $cross
|
||||
fi
|
||||
echo "strip = $(meson_quote $strip)" >> $cross
|
||||
echo "windres = $(meson_quote $windres)" >> $cross
|
||||
if test -n "$cross_prefix"; then
|
||||
|
Loading…
Reference in New Issue
Block a user