Bug #685 ยป 0022-meson-installer_build.sh-Correct-sdl2-client-gtk4-en.patch
platforms/windows/installer_cross/meson-installer_build.sh | ||
---|---|---|
sdl2)
|
||
# For gtk4 modpack installer
|
||
if ! add_gtk4_env "$DLLSPATH" "$INSTDIR" ; then
|
||
echo "Copying gtk3 environment failed!" >&2
|
||
echo "Copying gtk4 environment failed!" >&2
|
||
exit 1
|
||
fi
|
||
if ! add_sdl2_env "$DLLSPATH" "$INSTDIR" ; then
|