mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-06-26 02:07:32 +00:00
Last version of glibc 2.26 has removed the `xlocal.h` file. (https://sourceware.org/glibc/wiki/Release/2.26#Removal_of_.27xlocale.h.27) We cannot use last version of icu4c (60.1) because it used a feature not yet exported in mingw32 releases. So we need to backport a patch for this. Fix #110