Skip to content

Commit d2b2922

Browse files
committed
typo
1 parent ed0b671 commit d2b2922

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/emsdk-fetch.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ then
6464
ALL="libembind libgl libal libhtml5 libstubs libnoexit libsockets"
6565
ALL="$ALL libc libdlmalloc libcompiler_rt libc++-noexcept libc++abi-noexcept"
6666
ALL="$ALL struct_info libfetch zlib bzip2"
67-
ALL="$ALL libpng libjpeg freetype harfbuzz "
67+
ALL="$ALL libpng libjpeg freetype harfbuzz"
6868
ALL="$ALL sdl2 sdl2_mixer sdl2_gfx sdl2_ttf"
6969

7070
echo "
@@ -92,7 +92,7 @@ then
9292
# something triggers sdl2 *full* rebuild in pygame.
9393
# but only that one.
9494
embuilder --pic build sdl2
95-
embuilder --pic sdl2
95+
embuilder build sdl2
9696
rm -rf ${SDKDIR}/emsdk/upstream/emscripten/cache/ports/sdl2/SDL-*
9797
rm -rf ${SDKDIR}/emsdk/upstream/emscripten/tests
9898
fi

0 commit comments

Comments
 (0)