summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Dimov <pdimov@pdimov.com>2017-07-05 18:22:14 +0300
committerRene Rivera <grafikrobot@gmail.com>2017-07-05 10:22:14 -0500
commit39baf8f6c2c16e329d545593ac6c95acb09dc431 (patch)
tree849d7f181875834b94950ec6e4be859313b59160
parentf08e6678a0e20a0dd2dde6911a1d2a29b654ae2e (diff)
downloadboost-39baf8f6c2c16e329d545593ac6c95acb09dc431.tar.gz
Remove <threading>single from --build-type=complete (#148)
-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 ] ;
}