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

Fix DHB_NO_MMAP in 4_build_liblcf.sh #84

Closed sorlok closed 4 years ago

sorlok commented 4 years ago

Fixes Issue #82

Ghabry commented 4 years ago

I didn't read correctly the entire time. Just noticed that this issue is about liblcf but liblcf does not even depend on Harfbuzz.

The real problem is that we use a shared cache for configure (because configure is slow) and it fails when the FLAGS are different.

sorlok commented 4 years ago

Ah ok, that makes more sense now.