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 be7d623 commit 24bb135Copy full SHA for 24bb135
buildconfig/Setup.Emscripten.SDL2.in
@@ -6,6 +6,9 @@
6
#MIXER = -lSDL2_mixer
7
#SCRAP =
8
#FREETYPE = -lfreetype -lharfbuzz
9
+
10
+# png and jpeg are needed for decoders in SDL_image, when not using emscripten preload api because its async
11
+# which is the case for both pygbag or wasi (no browser, no emscripten js api emulation)
12
PNG = -lpng
13
JPEG = -ljpeg
14
DEBUG =
0 commit comments