From 157556d5d16b0ae6ee98b32b4e212e714dc355f0 Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Sun, 22 Sep 2024 01:55:08 +0300 Subject: [PATCH] emscripten: Build SDL2_gfx from freeciv tree Do not install the module. See RM #908 Signed-off-by: Marko Lindqvist --- platforms/emscripten/emsbuild.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platforms/emscripten/emsbuild.sh b/platforms/emscripten/emsbuild.sh index 2bbfa51a18..14a9eb4924 100755 --- a/platforms/emscripten/emsbuild.sh +++ b/platforms/emscripten/emsbuild.sh @@ -40,7 +40,7 @@ sed -e "s,,${EMSDK_ROOT}," \ # Build SDL2 separately first, without USE_PTHREADS that # the main build uses. -if ! embuilder build sdl2 sdl2_image sdl2_ttf sdl2_gfx sdl2_mixer ; then +if ! embuilder build sdl2 sdl2_image sdl2_ttf sdl2_mixer ; then echo "SDL2 build failed!" >&2 exit 1 fi