Skip to content

Commit

Permalink
emscripten: Build SDL2_gfx from freeciv tree
Browse files Browse the repository at this point in the history
Do not install the module.

See RM #908

Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
  • Loading branch information
cazfi committed Sep 22, 2024
1 parent f4e7dea commit 157556d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platforms/emscripten/emsbuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ sed -e "s,<EMSDK_ROOT>,${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
Expand Down

0 comments on commit 157556d

Please sign in to comment.