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

Fix opusfile compilation in c89 mode #148

Closed carstene1ns closed 1 year ago

carstene1ns commented 1 year ago

broken here: https://github.com/devkitPro/newlib/commit/68781b6d72c7dead3d65009cb18ccdfe86bc76db

Reason is c89 does not know inline, so using a GCC extension: https://gcc.gnu.org/onlinedocs/gcc-13.1.0/gcc/Alternate-Keywords.html


Commit untested, as usual. tested for 3DS toolchain. magic