summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Dimov <pdimov@pdimov.com>2017-06-30 21:19:43 +0300
committerGitHub <noreply@github.com>2017-06-30 21:19:43 +0300
commit9198f4b636ec96f99915b5e22f8b001ed427c52c (patch)
tree3d57aee7288de53522ccdfcf268f0c0fa8a2e049
parentf57016e86aa1079cf9f4d4885f139a8785dc4a12 (diff)
downloadboost-pdimov-patch-4.tar.gz
Remove <threading>single from --build-type=completepdimov-patch-4
-rw-r--r--boostcpp.jam2
1 files changed, 1 insertions, 1 deletions
diff --git a/boostcpp.jam b/boostcpp.jam
index 38113c46c6..02ce085c12 100644
--- a/boostcpp.jam
+++ b/boostcpp.jam
@@ -372,7 +372,7 @@ class top-level-target : alias-target-class
self.complete-properties = [ property-set.create
<variant>debug <variant>release
- <threading>single <threading>multi
+ <threading>multi
<link>shared <link>static
<runtime-link>shared <runtime-link>static ] ;
}