mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-04-10 19:15:13 +00:00
fix(icu): switch build system to autotools and update build directory structure
This commit is contained in:
parent
139e1363e2
commit
9011a660e2
|
|
@ -194,18 +194,14 @@ modules:
|
||||||
|
|
||||||
# Needed from ES-DE 3.2.0+
|
# Needed from ES-DE 3.2.0+
|
||||||
- name: icu
|
- name: icu
|
||||||
buildsystem: simple
|
buildsystem: autotools
|
||||||
build-commands:
|
builddir: true
|
||||||
- |
|
subdir: icu/source
|
||||||
cd source
|
|
||||||
chmod +x runConfigureICU configure install-sh
|
|
||||||
./runConfigureICU Linux --prefix=/app --disable-strict
|
|
||||||
make -j$(nproc)
|
|
||||||
make install
|
|
||||||
sources:
|
sources:
|
||||||
- type: archive
|
- type: archive
|
||||||
url: https://github.com/unicode-org/icu/releases/download/release-74-2/icu4c-74_2-src.tgz
|
url: https://github.com/unicode-org/icu/releases/download/release-74-2/icu4c-74_2-src.tgz
|
||||||
sha256: 68db082212a96d6f53e35d60f47d38b962e9f9d207a74cfac78029ae8ff5e08c
|
sha256: 68db082212a96d6f53e35d60f47d38b962e9f9d207a74cfac78029ae8ff5e08c
|
||||||
|
dest: icu
|
||||||
|
|
||||||
- name: ES-DE
|
- name: ES-DE
|
||||||
buildsystem: cmake-ninja
|
buildsystem: cmake-ninja
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue