Files
kiwix-build/kiwixbuild
Matthieu Gautier 2a5a5c3a42 Correctly build ICU data when building for wasm.
When we use `--disable-tools` (ie, when we are cross-compiling), ICU
will build the data only if it detects we are cross-compiling.

This make sens until we cross-compiling for wasm.
Wasm output is a script file with the interpreter in the sdk we have
installed. So ICU's configure can run the test binary and so doesn't detect
we are cross-compiling.

So we have to patch ICU Makefile to make it build the ICU data anyway.
2023-11-02 17:33:51 +01:00
..
2023-11-02 11:14:04 +01:00
2018-11-27 09:43:52 +01:00
2019-09-19 18:18:41 +02:00
2023-11-02 11:14:04 +01:00