File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ cd $BUILDDIR/$ARCH
53
53
54
54
# =========== libiconv.so ===========
55
55
56
- [ -e libiconv.so ] || {
56
+ [ -e libiconv.so ] || [ $SKIP_ICONV ] || {
57
57
58
58
rm -rf libiconv-1.15
59
59
@@ -121,7 +121,7 @@ cd $BUILDDIR/$ARCH
121
121
122
122
cd $BUILDDIR /$ARCH
123
123
124
- [ -e libharfbuzz.a ] || {
124
+ [ -e libharfbuzz.a ] || [ $SKIP_HARFBUZZ ] || {
125
125
rm -rf harfbuzz-1.4.6
126
126
tar xvf ../harfbuzz-1.4.6.tar.bz2
127
127
cd harfbuzz-1.4.6
@@ -172,7 +172,7 @@ cd $BUILDDIR/$ARCH
172
172
173
173
cd $BUILDDIR /$ARCH
174
174
175
- [ -e libicuuc.a ] || {
175
+ [ -e libicuuc.a ] || [ $SKIP_ICUUC ] || {
176
176
177
177
rm -rf icu
178
178
@@ -236,7 +236,7 @@ cd $BUILDDIR/$ARCH
236
236
237
237
cd $BUILDDIR /$ARCH
238
238
239
- [ -e libicu-le-hb.a ] || {
239
+ [ -e libicu-le-hb.a ] || [ $SKIP_ICUUC ] || [ $SKIP_HARFBUZZ ] || [ $SKIP_ICULEHB ] || {
240
240
rm -rf icu-le-hb-1.0.3
241
241
tar xvf ../icu-le-hb-1.0.3.tar.gz
242
242
cd icu-le-hb-1.0.3
334
334
335
335
cd $BUILDDIR /$ARCH
336
336
337
- [ -e libiculx.a ] || {
337
+ [ -e libiculx.a ] || [ $SKIP_HARFBUZZ ] || [ $SKIP_ICUUC ] || [ $SKIP_ICULEHB ] || [ $SKIP_ICULX ] || {
338
338
339
339
cd icu/source
340
340
You can’t perform that action at this time.
0 commit comments