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
5353
5454# =========== libiconv.so ===========
5555
56- [ -e libiconv.so ] || {
56+ [ -e libiconv.so ] || [ $SKIP_ICONV ] || {
5757
5858 rm -rf libiconv-1.15
5959
@@ -121,7 +121,7 @@ cd $BUILDDIR/$ARCH
121121
122122cd $BUILDDIR /$ARCH
123123
124- [ -e libharfbuzz.a ] || {
124+ [ -e libharfbuzz.a ] || [ $SKIP_HARFBUZZ ] || {
125125 rm -rf harfbuzz-1.4.6
126126 tar xvf ../harfbuzz-1.4.6.tar.bz2
127127 cd harfbuzz-1.4.6
@@ -172,7 +172,7 @@ cd $BUILDDIR/$ARCH
172172
173173cd $BUILDDIR /$ARCH
174174
175- [ -e libicuuc.a ] || [ -e libicuuc.so ] {
175+ [ -e libicuuc.a ] || [ -e libicuuc.so ] || [ $SKIP_ICUUC ] {
176176
177177 rm -rf icu
178178
@@ -245,7 +245,7 @@ cd $BUILDDIR/$ARCH
245245
246246cd $BUILDDIR /$ARCH
247247
248- [ -e libicu-le-hb.a ] || {
248+ [ -e libicu-le-hb.a ] || [ $SKIP_ICUUC ] || [ $SKIP_HARFBUZZ ] || [ $SKIP_ICULEHB ] || {
249249 rm -rf icu-le-hb-1.0.3
250250 tar xvf ../icu-le-hb-1.0.3.tar.gz
251251 cd icu-le-hb-1.0.3
343343
344344cd $BUILDDIR /$ARCH
345345
346- [ -e libiculx.a ] || {
346+ [ -e libiculx.a ] || [ $SKIP_HARFBUZZ ] || [ $SKIP_ICUUC ] || [ $SKIP_ICULEHB ] || [ $SKIP_ICULX ] || {
347347
348348 cd icu/source
349349
You can’t perform that action at this time.
0 commit comments