EasyRPG / buildscripts

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

Windows: Downgrade fmtlib to the previous version to fix build error in fmt::styled #185

Closed Ghabry closed 1 month ago

Ghabry commented 1 month ago

This was fixed in fmt months ago but there was no new release since then... Lets use an older version until they fix this.

This reverts back to 10.2.1, the previous version on vcpkg.

Fix #183

Ghabry commented 1 month ago

tested it in my Windows VM and works. Merging this so we can finally progress with the lmu2png PRs...