ANDROID: When building the libraries, also install them into the standalone toolchain directory structure.

This commit is contained in:
Rom Walton 2014-04-16 18:17:05 -04:00
parent 13956342d3
commit 74a83cab55
3 changed files with 3 additions and 0 deletions

View File

@ -44,6 +44,7 @@ if [ -n "$CONFIGURE" ]; then
fi
make
make stage
make install
echo "=============================BOINC done============================="

View File

@ -44,6 +44,7 @@ if [ -n "$CONFIGURE" ]; then
fi
make
make stage
make install
echo "=============================BOINC done============================="

View File

@ -44,6 +44,7 @@ if [ -n "$CONFIGURE" ]; then
fi
make
make stage
make install
echo "=============================BOINC done============================="