Skip to content

Commit

Permalink
added timer library
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoBlackCat committed Oct 22, 2024
1 parent bf8e884 commit 2c83de3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/android/finish_boost.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ PREFIX=$2
BOOST_SRC_DIR=$3

cd $BOOST_SRC_DIR

./b2 --build-type=minimal link=static runtime-link=static --with-chrono --with-date_time --with-filesystem --with-program_options --with-regex --with-serialization --with-system --with-thread --with-locale --with-log --build-dir=android --stagedir=android toolset=clang threading=multi threadapi=pthread target-os=android -sICONV_PATH=${PREFIX} -j$THREADS install
echo "Building boost"
./b2 --build-type=minimal link=static runtime-link=static --with-chrono --with-date_time --with-timer --with-filesystem --with-program_options --with-regex --with-serialization --with-system --with-thread --with-locale --with-log --build-dir=android --stagedir=android toolset=clang threading=multi threadapi=pthread target-os=android -sICONV_PATH=${PREFIX} -j$THREADS install

0 comments on commit 2c83de3

Please sign in to comment.