mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-04-10 19:15:13 +00:00
fix(icu): change build system to simple and update build commands
This commit is contained in:
parent
bb617f785d
commit
139e1363e2
|
@ -194,12 +194,14 @@ modules:
|
||||||
|
|
||||||
# Needed from ES-DE 3.2.0+
|
# Needed from ES-DE 3.2.0+
|
||||||
- name: icu
|
- name: icu
|
||||||
buildsystem: autotools
|
buildsystem: simple
|
||||||
build-commands:
|
build-commands:
|
||||||
- cd source
|
- |
|
||||||
- ./configure --prefix=/app
|
cd source
|
||||||
- make -j$(nproc)
|
chmod +x runConfigureICU configure install-sh
|
||||||
- make install
|
./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
|
||||||
|
|
Loading…
Reference in a new issue