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

Automatic library update #158

Closed github-actions[bot] closed 10 months ago

github-actions[bot] commented 10 months ago

The following libraries shall be updated:

This pull request will adapt to changes made in the repository. See also: https://github.com/EasyRPG/buildscripts/actions/runs/6907652339

carstene1ns commented 10 months ago

Fortunately we have our own patched versions for the problematic platforms. We need to update Wii, 3ds and Vita sometime (still on 58 and 59), so we can remove these old ones from the data files.

Ghabry commented 10 months ago

Vita seems to be on latest ICU. The patch just has the wrong filename. :sweat_smile:

So only Wii (which is awful because of mixed endian) and 3DS (newlib problems: int vs. int32_t) remaining.

They are now on Github so maybe the 3DS stuff could be upstreamed :thinking:


Oh and I really love that downloader script! Makes building much faster.