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 bb249a2 commit b57cb89Copy full SHA for b57cb89
pyproject.toml
@@ -101,7 +101,7 @@ setup-args = [
101
build = "cp313-*" # build only for the latest python version.
102
103
# taken from pyodide recipe at https://github.com/pyodide/pyodide-recipes/blob/main/packages/pygame-ce/meta.yaml
104
-before-build = "embuilder build sdl2 sdl2_ttf sdl2_image sdl2_mixer sdl2_gfx libjpeg libpng giflib harfbuzz vorbis mpg123 libmodplug freetype libhtml5 --pic"
+before-build = "embuilder build sdl2 sdl2_ttf sdl2_image sdl2_mixer sdl2_gfx libjpeg libpng giflib harfbuzz vorbis mpg123 libmodplug freetype libhtml5 freetype-legacysjlj libpng-legacysjlj --pic"
105
test-command = "" # TODO: fix runtime issues and then figure out how to test
106
107
0 commit comments