SDL: Do not do git clean for ICU, it builds in a loop

This commit is contained in:
Sergii Pylypenko
2022-01-10 15:34:03 +02:00
parent d7ef921317
commit 1d0efd062b
2 changed files with 2 additions and 5 deletions

View File

@@ -74,8 +74,7 @@ $(ICONV) $(ICU): iconv/src/build.sh
cp -f $$ARCH/include/unicode/*.h ../../icuuc/include/unicode/ ; \
cp -f $$ARCH/include/layout/*.h ../../icuuc/include/layout/ ; \
cp -f $$ARCH/include/icu-le-hb/layout/*.h ../../icuuc/include/layout/ ; \
done && \
git clean -f -d -x
done
$(OPENSSL): openssl/compile.sh
cd openssl && env ARCH_LIST="$(ARCH_LIST)" ./compile.sh
@@ -89,8 +88,6 @@ $(BOOST): boost/src/build-android.sh
$(foreach NAME, $(BOOST_LIBS), cp -f build/out/$$ARCH/lib/libboost_$(NAME)-clang-mt-*.a ../lib/$$ARCH/libboost_$(NAME).a || exit 1 ;) \
cp -r -f build/out/$$ARCH/include/boost-*/* ../include/ || exit 1 ; \
done || exit 1 ; \
git clean -f -d -x ; \
git -C libiconv-libicu-android clean -f -d -x ; \
$(foreach NAME, $(BOOST_LIBS), ln -sf boost ../../boost_$(NAME) ;)
iconv/src/build.sh boost/src/build-android.sh: