File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -180,8 +180,6 @@ cd $BUILDDIR/$ARCH
180
180
cd ..
181
181
} || exit 1
182
182
183
- sed -i.tmp " s@LD_SONAME *=.*@LD_SONAME =@g" config/mh-linux
184
- sed -i.tmp " s%ln -s *%cp -f \$ (dir \$ @)/%g" config/mh-linux
185
183
186
184
env CFLAGS=" -I$NDK /sources/android/support/include -frtti -fexceptions" \
187
185
LDFLAGS=" -frtti -fexceptions -L$BUILDDIR /$ARCH /lib" \
@@ -199,14 +197,10 @@ cd $BUILDDIR/$ARCH
199
197
# ICULEHB_LIBS="-licu-le-hb" \
200
198
# --enable-layoutex \
201
199
202
- sed -i.tmp " s@^prefix *= *.*@prefix = .@" icudefs.mk || exit 1
203
-
204
200
env PATH=` pwd` :$PATH \
205
201
$BUILDDIR /setCrossEnvironment-$ARCH .sh \
206
202
make -j$NCPU VERBOSE=1 || exit 1
207
203
208
- sed -i.tmp " s@^prefix *= *.*@prefix = ` pwd` /../../@" icudefs.mk || exit 1
209
-
210
204
env PATH=` pwd` :$PATH \
211
205
$BUILDDIR /setCrossEnvironment-$ARCH .sh \
212
206
make V=1 install || exit 1
You can’t perform that action at this time.
0 commit comments