We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8e62e9 commit b45e553Copy full SHA for b45e553
build.sh
@@ -197,6 +197,9 @@ cd $BUILDDIR/$ARCH
197
# ICULEHB_LIBS="-licu-le-hb" \
198
# --enable-layoutex \
199
200
+ sed -i.tmp 's/.$(SO_TARGET_VERSION_MAJOR)//' icudefs.mk
201
+ sed -i.tmp 's/$(PKGDATA_VERSIONING) -e/-e/' data/Makefile
202
+
203
env PATH=`pwd`:$PATH \
204
$BUILDDIR/setCrossEnvironment-$ARCH.sh \
205
make -j$NCPU VERBOSE=1 || exit 1
0 commit comments