From cff9d7d5df55019074407d1eb69aff871c4d9303 Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Fri, 25 Mar 2022 16:26:43 +0200 Subject: [PATCH 40/40] winbuild.sh: Do not try to build gtk3-client There's no gtk3-client in master. winbuild.sh was still trying to build it when build of all clients, or specificall that of gtk3-client, was requested. See osdn #44136 Signed-off-by: Marko Lindqvist --- windows/installer_cross/winbuild.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/windows/installer_cross/winbuild.sh b/windows/installer_cross/winbuild.sh index a44325f1eb..121d738ddd 100755 --- a/windows/installer_cross/winbuild.sh +++ b/windows/installer_cross/winbuild.sh @@ -78,7 +78,6 @@ elif test "x$2" != "x" ; then CLIENTS="$2" fi case $2 in - gtk3) FCMP="gtk3" ;; sdl2) FCMP="gtk4" ;; gtk3.22) FCMP="gtk3" ;; gtk4) FCMP="gtk4" ;; @@ -113,14 +112,14 @@ fi if test x$SETUP = xwin64 ; then TARGET=x86_64-w64-mingw32 if test "x$SINGLE_GUI" != "xtrue" ; then - CLIENTS="gtk3,sdl2,gtk3.22" + CLIENTS="sdl2,gtk3.22" FCMP="gtk3,cli" fi VERREV="win64-$VERREV" else TARGET=i686-w64-mingw32 if test "x$SINGLE_GUI" != "xtrue" ; then - CLIENTS="gtk3,sdl2,gtk3.22" + CLIENTS="sdl2,gtk3.22" FCMP="gtk3,cli" fi VERREV="win32-$VERREV" -- 2.35.1