mirror of https://github.com/BOINC/boinc.git
ANDROID: When building the libraries, also install them into the standalone toolchain directory structure.
This commit is contained in:
parent
13956342d3
commit
74a83cab55
|
@ -44,6 +44,7 @@ if [ -n "$CONFIGURE" ]; then
|
|||
fi
|
||||
make
|
||||
make stage
|
||||
make install
|
||||
|
||||
echo "=============================BOINC done============================="
|
||||
|
||||
|
|
|
@ -44,6 +44,7 @@ if [ -n "$CONFIGURE" ]; then
|
|||
fi
|
||||
make
|
||||
make stage
|
||||
make install
|
||||
|
||||
echo "=============================BOINC done============================="
|
||||
|
||||
|
|
|
@ -44,6 +44,7 @@ if [ -n "$CONFIGURE" ]; then
|
|||
fi
|
||||
make
|
||||
make stage
|
||||
make install
|
||||
|
||||
echo "=============================BOINC done============================="
|
||||
|
||||
|
|
Loading…
Reference in New Issue