Small fix to boost scripts

This commit is contained in:
Sergii Pylypenko
2022-01-01 05:00:31 +02:00
parent 33ceea2f40
commit 7efe1a42a3

View File

@@ -89,6 +89,7 @@ $(BOOST): boost/src/build-android.sh
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: