File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ diff -aur target-org/icu/source/i18n/digitlst.cpp target/icu/source/i18n/digitls
5656- # else
5757- # include <xlocale.h>
5858- # endif
59- + # include <locale .h>
59+ + # include <xlocale .h>
6060 #endif
6161
6262 // ***************************************************************************
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ cp -Rf $ROOTDIR/build/download $TARGETDIR
99
1010echo " =============== patch and make icu into target/icu/host ====================="
1111ICU_VERSION_MAJOR=" $( awk ' /ICU_VERSION_MAJOR_NUM/ {print $3}' $TARGETDIR /icu/source/common/unicode/uvernum.h) "
12+ echo " ICU version: ${ICU_VERSION_MAJOR} "
1213patch -d $TARGETDIR -p1 < $ROOTDIR /patches/icu.patch
1314
1415# use compiled .dat archive from Android Chromium
You can’t perform that action at this time.
0 commit comments