aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ci/boost/build.py
diff options
context:
space:
mode:
Diffstat (limited to '')
-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