From 139e1363e243906fd01c784d2e41a1de29f7fdfe Mon Sep 17 00:00:00 2001 From: XargonWan Date: Thu, 3 Apr 2025 14:19:46 +0900 Subject: [PATCH] fix(icu): change build system to simple and update build commands --- net.retrodeck.es-de.yml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/net.retrodeck.es-de.yml b/net.retrodeck.es-de.yml index 07f66e055..23905dff4 100755 --- a/net.retrodeck.es-de.yml +++ b/net.retrodeck.es-de.yml @@ -194,12 +194,14 @@ modules: # Needed from ES-DE 3.2.0+ - name: icu - buildsystem: autotools + buildsystem: simple build-commands: - - cd source - - ./configure --prefix=/app - - make -j$(nproc) - - make install + - | + cd source + chmod +x runConfigureICU configure install-sh + ./runConfigureICU Linux --prefix=/app --disable-strict + make -j$(nproc) + make install sources: - type: archive url: https://github.com/unicode-org/icu/releases/download/release-74-2/icu4c-74_2-src.tgz