summaryrefslogtreecommitdiff
path: root/external
diff options
context:
space:
mode:
Diffstat (limited to 'external')
-rwxr-xr-xexternal/ios/build_boost.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/external/ios/build_boost.sh b/external/ios/build_boost.sh
index 805fbd0..5995e56 100755
--- a/external/ios/build_boost.sh
+++ b/external/ios/build_boost.sh
@@ -7,7 +7,7 @@ set -e
MIN_IOS_VERSION=10.0
BOOST_DIR_PATH="${EXTERNAL_IOS_SOURCE_DIR}/Apple-Boost-BuildScript"
BOOST_VERSION=1.84.0
-BOOST_LIBS="random regex graph random chrono thread filesystem system date_time locale serialization program_options"
+BOOST_LIBS="random regex graph random chrono thread filesystem system date_time locale serialization program_options timer atomic log"
echo "============================ Boost ============================"
@@ -28,5 +28,6 @@ cd "$BOOST_DIR_PATH"
--boost-version ${BOOST_VERSION} \
--no-framework
+
cp -r "${BOOST_DIR_PATH}/build/boost/${BOOST_VERSION}"/ios/release/prefix/include/boost "$EXTERNAL_IOS_INCLUDE_DIR/boost"
cp -r "${BOOST_DIR_PATH}/build/boost/${BOOST_VERSION}"/ios/release/prefix/lib/* "$EXTERNAL_IOS_LIB_DIR/" \ No newline at end of file