Skip to content

Commit be7d623

Browse files
authored
support emsdk >3.1.51
since #2596 static.c build was silently ignored (commented by setuptools) because PNG/JPEG not set anymore in Setup
1 parent ea33a4f commit be7d623

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

buildconfig/Setup.Emscripten.SDL2.in

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
#MIXER = -lSDL2_mixer
77
#SCRAP =
88
#FREETYPE = -lfreetype -lharfbuzz
9-
9+
PNG = -lpng
10+
JPEG = -ljpeg
1011
DEBUG =
1112

1213
# these can build alone and object files merged with ar

0 commit comments

Comments
 (0)