From b5facaf497e081c0e96f9597d51b34df9fb2d5eb Mon Sep 17 00:00:00 2001 From: Jonathan Campbell Date: Sun, 1 Aug 2021 20:35:46 -0700 Subject: [PATCH] In-tree SDLnet: Stop compiling showinterfaces.exe, it is breaking SDL2 builds --- vs2015/sdlnet/Makefile.am | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/vs2015/sdlnet/Makefile.am b/vs2015/sdlnet/Makefile.am index df67ef9b6..7222474aa 100644 --- a/vs2015/sdlnet/Makefile.am +++ b/vs2015/sdlnet/Makefile.am @@ -47,10 +47,11 @@ endif %.o : %.rc $(WINDRES) $< $@ +# These are breaking SDL2 MinGW builds for some reason! if HAVE_GUI_LIB -EXAMPLES = showinterfaces chat chatd +#EXAMPLES = showinterfaces chat chatd else -EXAMPLES = showinterfaces +#EXAMPLES = showinterfaces endif noinst_PROGRAMS = $(EXAMPLES)