summaryrefslogtreecommitdiff
path: root/tools/build/src/build_system.py
diff options
context:
space:
mode:
authorLorry Tar Creator <lorry-tar-importer@baserock.org>2015-04-08 03:09:47 +0000
committer <>2015-05-05 14:37:32 +0000
commitf2541bb90af059680aa7036f315f052175999355 (patch)
treea5b214744b256f07e1dc2bd7273035a7808c659f /tools/build/src/build_system.py
parented232fdd34968697a68783b3195b1da4226915b5 (diff)
downloadboost-tarball-master.tar.gz
Imported from /home/lorry/working-area/delta_boost-tarball/boost_1_58_0.tar.bz2.HEADboost_1_58_0master
Diffstat (limited to 'tools/build/src/build_system.py')
-rw-r--r--tools/build/src/build_system.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/build/src/build_system.py b/tools/build/src/build_system.py
index c5757c817..6bd05d1d9 100644
--- a/tools/build/src/build_system.py
+++ b/tools/build/src/build_system.py
@@ -455,7 +455,7 @@ def main_real():
import b2.build.configure as configure
if "--version" in sys.argv:
-
+ from b2.build import version
version.report()
return
@@ -804,7 +804,7 @@ def main_real():
j = option.get("jobs")
if j:
- bjam.call("set-variable", PARALLELISM, j)
+ bjam.call("set-variable", 'PARALLELISM', j)
k = option.get("keep-going", "true", "true")
if k in ["on", "yes", "true"]: