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

Add inih and lhasa #150

Closed Ghabry closed 7 months ago

Ghabry commented 11 months ago

inih is to get rid of vendoring in liblcf (alternative is using a different ini library).

lhasa is for https://github.com/EasyRPG/Player/pull/3033 Already tested the library on Linux and Windows.

vcpkg package submitted: https://github.com/microsoft/vcpkg/pull/32793


had to add meson here. The "/dev/null" hack appears to work except for emscripten.

not tested on macOS yet

Ghabry commented 8 months ago

this builds now on all our relevant platforms.

Just the vcpkg port is missing (is awaiting merge).