summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 ] ;
}