Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladiMihaylenko <vxmihaylenko@gmail.com>2019-05-23 18:41:05 +0300
committerVladimir Byko-Ianko <bykoianko@gmail.com>2019-06-10 13:50:13 +0300
commita7900d43829c5335cf95cdcb6480a01b9f241d02 (patch)
tree689af6702ae8cdbe811f694aaeda11197a94d8bc /configure.sh
parentb65220e0df698ac46ba59f1ef8313f90c8e2a073 (diff)
Put b2 logic back to configure.sh temporary.
Diffstat (limited to 'configure.sh')
-rwxr-xr-xconfigure.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/configure.sh b/configure.sh
index def82c14d7..a8697b3515 100755
--- a/configure.sh
+++ b/configure.sh
@@ -65,3 +65,8 @@ if git clone --depth 1 "$PRIVATE_REPO" "$TMP_REPO_DIR"; then
echo "Private files have been updated."
fi
+# TODO: Remove these lines when XCode project is finally generated by CMake.
+cd $BASE_PATH/3party/boost/
+./bootstrap.sh
+./b2 headers
+cd $BASE_PATH