We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed0b671 commit d2b2922Copy full SHA for d2b2922
scripts/emsdk-fetch.sh
@@ -64,7 +64,7 @@ then
64
ALL="libembind libgl libal libhtml5 libstubs libnoexit libsockets"
65
ALL="$ALL libc libdlmalloc libcompiler_rt libc++-noexcept libc++abi-noexcept"
66
ALL="$ALL struct_info libfetch zlib bzip2"
67
- ALL="$ALL libpng libjpeg freetype harfbuzz "
+ ALL="$ALL libpng libjpeg freetype harfbuzz"
68
ALL="$ALL sdl2 sdl2_mixer sdl2_gfx sdl2_ttf"
69
70
echo "
@@ -92,7 +92,7 @@ then
92
# something triggers sdl2 *full* rebuild in pygame.
93
# but only that one.
94
embuilder --pic build sdl2
95
- embuilder --pic sdl2
+ embuilder build sdl2
96
rm -rf ${SDKDIR}/emsdk/upstream/emscripten/cache/ports/sdl2/SDL-*
97
rm -rf ${SDKDIR}/emsdk/upstream/emscripten/tests
98
fi
0 commit comments