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
56
56
- # else
57
57
- # include <xlocale.h>
58
58
- # endif
59
- + # include <locale .h>
59
+ + # include <xlocale .h>
60
60
#endif
61
61
62
62
// ***************************************************************************
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ cp -Rf $ROOTDIR/build/download $TARGETDIR
9
9
10
10
echo " =============== patch and make icu into target/icu/host ====================="
11
11
ICU_VERSION_MAJOR=" $( awk ' /ICU_VERSION_MAJOR_NUM/ {print $3}' $TARGETDIR /icu/source/common/unicode/uvernum.h) "
12
+ echo " ICU version: ${ICU_VERSION_MAJOR} "
12
13
patch -d $TARGETDIR -p1 < $ROOTDIR /patches/icu.patch
13
14
14
15
# use compiled .dat archive from Android Chromium
You can’t perform that action at this time.
0 commit comments