Project

General

Profile

Bug #2143 » 0054-meson-build_all_installers.sh-Respect-crosser.txt-CR.patch

main - Marko Lindqvist, 08/21/2026 02:07 AM

View differences:

platforms/windows/installer_cross/meson-build_all_installers.sh
CROSSER_QT6=yes
fi
if grep "CROSSER_SDL2" "${DLLSPATH}/crosser.txt" | grep yes > /dev/null
then
CROSSER_SDL2=yes
fi
if ! "${SRC_DIR}/meson-installer_build.sh" "${DLLSPATH}" gtk3.22 ; then
RET=1
GTK322="Fail"
......
fi
# sdl2-client comes with gtk4 modpack installer
if test "${CROSSER_GTK4}" != "yes" ; then
if test "${CROSSER_SDL2}" != "yes" || test "${CROSSER_GTK4}" != "yes" ; then
SDL2="N/A"
elif ! "${SRC_DIR}/meson-installer_build.sh" "${DLLSPATH}" sdl2 ; then
RET=1
(1-1/2)