kiwix-build/kiwixbuild
Matthieu Gautier 1341c8b401 Do not strip libraries in release_mode.
Meson use gcc's `-s` option to create the archive.
This option should make gcc meemic `ar` tool but in some version of gcc,
it seems there is a bug and the `-s` option is not taken into account.

See https://github.com/mesonbuild/meson/issues/4138

So, do not try to strip libraries. We will strip the final binaries anyway.
2019-03-04 13:53:26 +01:00
..
dependencies Do not strip libraries in release_mode. 2019-03-04 13:53:26 +01:00
patches Add a patch to allow compilation of xapian on android. 2019-02-18 17:02:13 +01:00
platforms Build in release mode. 2019-02-19 17:23:14 +01:00
templates Build in release mode. 2019-02-19 17:23:14 +01:00
__init__.py Add an option `--asume-packages-installed` to not try to install packages. 2018-11-27 17:22:47 +01: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 Add qt(webengine) dependency. 2018-06-12 16:12:15 +02:00
builder.py Allow the platform itself to set on which platform we need to build the dep 2019-02-04 17:01:28 +01:00
flatpak_builder.py [flatpak] Add the exact commit sha in the manifest. 2019-01-23 18:25:22 +01:00
packages.py Do not use system's static zlib. 2019-02-04 17:01:28 +01:00
utils.py Create the directory containing the skip_file if needed. 2019-01-09 11:46:16 +01:00
versions.py Update version of kiwix-lib and kiwix-tools. 2019-02-22 11:21:50 +01:00