mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-06-26 10:11:27 +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`.
15 lines
141 B
Python
15 lines
141 B
Python
|
|
from .base import *
|
|
|
|
from . import (
|
|
android,
|
|
armhf,
|
|
flatpak,
|
|
i586,
|
|
ios,
|
|
native,
|
|
neutral,
|
|
win32,
|
|
wasm
|
|
)
|