mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-06-26 10:11:27 +00:00
To run unit-test (meson) on cross-compilation, we need a wrapper to run the binary (wine, qemu, ...), but: - We have no emulator for android (we have one for the system, but we can't simply run a binary) - With dynamic compilation, it seems pretty complex to configure them correctly. - For mingw32 compilation, `wine` need to be correctly configured to find dll from the system mingw32 installation.