mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 14:16:16 -04:00
Android reduce toolchain cross-compilation time
No need to build restbed tests when cross-compiling the toolchain
This commit is contained in:
parent
46ed509039
commit
f162fe6d99
1 changed files with 1 additions and 1 deletions
|
@ -424,7 +424,7 @@ build_restbed()
|
|||
|
||||
rm -rf restbed-build; mkdir restbed-build ; cd restbed-build
|
||||
cmake \
|
||||
-DCMAKE_POSITION_INDEPENDENT_CODE=ON \
|
||||
-DCMAKE_POSITION_INDEPENDENT_CODE=ON BUILD_TESTS=OFF \
|
||||
-DBUILD_SSL=OFF -DCMAKE_INSTALL_PREFIX="${PREFIX}" -B. -H../restbed
|
||||
make -j${HOST_NUM_CPU}
|
||||
make install
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue