aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/boost
diff options
context:
space:
mode:
Diffstat (limited to 'boost')
-rwxr-xr-xboost/build/build.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/boost/build/build.py b/boost/build/build.py
index f0d0d1c..02ab9b0 100755
--- a/boost/build/build.py
+++ b/boost/build/build.py
@@ -305,8 +305,6 @@ class BoostBuild:
self.configurations = args.configurations or Configuration.all()
self.stage_dir = 'stage'
- if args.stage_prefix is not None:
- self.stage_dir = os.path.join(self.stage_dir, args.stage_prefix)
self.build_dir = args.build_dir
self.boost_dir = args.boost_dir
@@ -400,10 +398,6 @@ def _parse_args(argv=None):
type=_parse_configuration,
help='target configuration (e.g. Debug/Release)')
- build.add_argument('--label', metavar='LABEL',
- dest='stage_prefix',
- help="build label (the output directory will be stage/LABEL/.../lib")
-
build.add_argument('--build', metavar='DIR', dest='build_dir',
type=_parse_dir,
help='Boost build directory (temporary directory unless specified)')