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 ] || {
175+ [ -e libicuuc.a ] || [ $SKIP_ICUUC ] || {
176176
177177 rm -rf icu
178178
@@ -236,7 +236,7 @@ cd $BUILDDIR/$ARCH
236236
237237cd $BUILDDIR /$ARCH
238238
239- [ -e libicu-le-hb.a ] || {
239+ [ -e libicu-le-hb.a ] || [ $SKIP_ICUUC ] || [ $SKIP_HARFBUZZ ] || [ $SKIP_ICULEHB ] || {
240240 rm -rf icu-le-hb-1.0.3
241241 tar xvf ../icu-le-hb-1.0.3.tar.gz
242242 cd icu-le-hb-1.0.3
334334
335335cd $BUILDDIR /$ARCH
336336
337- [ -e libiculx.a ] || {
337+ [ -e libiculx.a ] || [ $SKIP_HARFBUZZ ] || [ $SKIP_ICUUC ] || [ $SKIP_ICULEHB ] || [ $SKIP_ICULX ] || {
338338
339339 cd icu/source
340340
You can’t perform that action at this time.
0 commit comments