aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ci/boost/build.py
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2019-12-15 13:12:46 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2019-12-15 13:12:46 +0300
commite3c81aeff2eae97259df94bc066296432a95ef22 (patch)
treefbb3255d832b1e4adb4ecc3a141acae8ecbff7cb /ci/boost/build.py
parentbuild: clean up silly cmd line params (diff)
downloadcmake-common-e3c81aeff2eae97259df94bc066296432a95ef22.tar.gz
cmake-common-e3c81aeff2eae97259df94bc066296432a95ef22.zip
ci: minor script enhancements
Diffstat (limited to 'ci/boost/build.py')
-rwxr-xr-xci/boost/build.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/ci/boost/build.py b/ci/boost/build.py
index fed6b81..63f8e0f 100755
--- a/ci/boost/build.py
+++ b/ci/boost/build.py
@@ -6,6 +6,9 @@
# Distributed under the MIT License.
# This script downloads and builds the Boost libraries.
+# It's main utility is being able to download & unpack the Boost distribution
+# archive in a cross-platform way + setting the correct --stagedir parameter
+# value to avoid name clashes.
import argparse
from contextlib import contextmanager