EasyRPG / buildscripts

The scripts used to compile needed libraries for supported platform ports on our Jenkins server
https://ci.easyrpg.org/view/Toolchains/
Other
16 stars 17 forks source link

Incompatible with new versions of emscripten #135

Closed aleck099 closed 1 year ago

aleck099 commented 1 year ago

at least emscripten 3.1.23 fails to compile some libraries

Ghabry commented 1 year ago

yeah thats the reason why I didn't bump to the new version yet :sweat_smile:

There is also a comment # FIXME: SDL2 build fails when updating this

Ghabry commented 1 year ago

Closing this. There will be a fix landing soon together with FreeType support :)

In short:

Replace the CFLAGS line in script 2 with export CFLAGS="-O2 -g0 -sUSE_SDL=0"

see also https://github.com/libsdl-org/SDL/commit/51be30f3cd29682cd94fcbfbe18eeac492095a05