Skip to content

Commit

Permalink
fix and move libicu to extra
Browse files Browse the repository at this point in the history
  • Loading branch information
pmp-p committed Aug 20, 2024
1 parent 60c637f commit 10bed39
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,16 @@ then
already built in $PREFIX/lib/
"
else
mkdir -p $PREFIX/lib/icu
mkdir -p $ROOT/build/libicu

pushd $ROOT/build/libicu
if emconfigure ../../src/icu/source/configure --prefix=$PREFIX \
if emconfigure $ROOT/src/icu/source/configure --prefix=$PREFIX \
--disable-shared --enable-static \
--disable-samples --disable-tests --disable-tools \
--disable-extras --disable-draft
then
[ -f ./common/Makefile.patched ] && rm ./common/Makefile.patched
grep -v DDEFAULT_ICU_PLUGINS ./common/Makefile > ./common/Makefile.patched
rm ./common/Makefile && ln ./common/Makefile.patched ./common/Makefile
emmake make install
else
echo "
Expand Down

0 comments on commit 10bed39

Please sign in to comment.