kiwix-build/kiwixbuild
Matthieu Gautier 7a23bb5b8b Fix creation of base dependencies archive.
The `INSTALL_DIR` was added twice. It was not a issue as we then transform
the list into a set to remove duplicated.

But with `filter_install_dir` call only on one "add", the (textual)
entries are not duplicated and so, not removed. So the files where add
twice.

Now we correctly filter initial `INSTALL_DIR` and we remove the second add.
2023-03-14 17:17:30 +01:00
..
dependencies Bumpup libmicrohttpd to 0.9.76 2023-03-01 10:10:15 +01:00
patches Add a support to compile libzim for wasm. 2022-11-16 16:37:05 +01:00
platforms Install wasm libraries in `INSTALL/lib` directory. 2023-03-01 14:16:36 +01:00
templates Use a specific cross_file on iOS cross compilation. 2020-02-21 16:29:23 +01:00
__init__.py Add an option to set the build directory of kiwix-build. 2022-09-21 16:15:14 +02:00
__main__.py Create a real module kiwixbuild and make it installable. Split files. 2018-04-04 15:43:16 +02:00
_global.py First version of a flatpak builder. 2018-11-27 09:43:52 +01:00
buildenv.py Introduce configure and make wrapper. 2022-11-16 10:45:57 +01:00
builder.py Add the `dont_skip` attribute on dependency. 2021-04-12 18:09:52 +02:00
flathub.flatpakrepo Fix exe_wrapper. 2019-09-19 18:18:41 +02:00
flatpak_builder.py Better flatpak command options. 2022-03-10 16:21:14 +01:00
packages.py We don't need jdk anymore to build on android 2022-06-28 12:23:04 +02:00
utils.py Fix url of downloaded dependencies. 2022-06-14 17:48:26 +02:00
versions.py Fix creation of base dependencies archive. 2023-03-14 17:17:30 +01:00