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.
2 parents 50cf814 + 24bb135 commit d164f25Copy full SHA for d164f25
buildconfig/Setup.Emscripten.SDL2.in
@@ -7,6 +7,10 @@
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 =
15
16
# these can build alone and object files merged with ar
0 commit comments