mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-06-27 21:39:34 +00:00
`icu4c_wasm.patch` is build by : - Copying config.sub from liblzma source as new version of config.sub there knows about wasm architecture. - Copying `mh-linux` on `mh-unknown` as specified in (origin) `mh-unknown`. This is because icu4c configure doesn't detect `emscripten` platform and "fallback" to `mh-unknown`.
32 lines
410 B
Python
32 lines
410 B
Python
|
|
from .base import *
|
|
from . import (
|
|
all_dependencies,
|
|
android_ndk,
|
|
aria2,
|
|
armhf,
|
|
docoptcpp,
|
|
emsdk,
|
|
flatpak,
|
|
gumbo,
|
|
icu4c,
|
|
ios_fat_lib,
|
|
mustache,
|
|
kiwix_desktop,
|
|
kiwix_tools,
|
|
libcurl,
|
|
libkiwix,
|
|
libmagic,
|
|
libmicrohttpd,
|
|
libzim,
|
|
lzma,
|
|
qt,
|
|
pugixml,
|
|
uuid,
|
|
xapian,
|
|
zim_tools,
|
|
zim_testing_suite,
|
|
zlib,
|
|
zstd
|
|
)
|