Skip to content

Commit 487012c

Browse files
committed
fix build
1 parent a6f2869 commit 487012c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

patches/icu.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
// ***************************************************************************

scripts/prep.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ cp -Rf $ROOTDIR/build/download $TARGETDIR
99

1010
echo "=============== patch and make icu into target/icu/host ====================="
1111
ICU_VERSION_MAJOR="$(awk '/ICU_VERSION_MAJOR_NUM/ {print $3}' $TARGETDIR/icu/source/common/unicode/uvernum.h)"
12+
echo "ICU version: ${ICU_VERSION_MAJOR}"
1213
patch -d $TARGETDIR -p1 < $ROOTDIR/patches/icu.patch
1314

1415
# use compiled .dat archive from Android Chromium

0 commit comments

Comments
 (0)