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 ] || [ -e libicuuc.so ] {
175
+ [ -e libicuuc.a ] || [ -e libicuuc.so ] || [ $SKIP_ICUUC ] {
176
176
177
177
rm -rf icu
178
178
@@ -245,7 +245,7 @@ cd $BUILDDIR/$ARCH
245
245
246
246
cd $BUILDDIR /$ARCH
247
247
248
- [ -e libicu-le-hb.a ] || {
248
+ [ -e libicu-le-hb.a ] || [ $SKIP_ICUUC ] || [ $SKIP_HARFBUZZ ] || [ $SKIP_ICULEHB ] || {
249
249
rm -rf icu-le-hb-1.0.3
250
250
tar xvf ../icu-le-hb-1.0.3.tar.gz
251
251
cd icu-le-hb-1.0.3
343
343
344
344
cd $BUILDDIR /$ARCH
345
345
346
- [ -e libiculx.a ] || {
346
+ [ -e libiculx.a ] || [ $SKIP_HARFBUZZ ] || [ $SKIP_ICUUC ] || [ $SKIP_ICULEHB ] || [ $SKIP_ICULX ] || {
347
347
348
348
cd icu/source
349
349
You can’t perform that action at this time.
0 commit comments