summaryrefslogtreecommitdiff
path: root/tools/Jamfile.v2
diff options
context:
space:
mode:
authorJohn Maddock <john@johnmaddock.co.uk>2005-06-22 17:03:13 +0000
committerJohn Maddock <john@johnmaddock.co.uk>2005-06-22 17:03:13 +0000
commitd8715def13cc9584aa09c44e06c4900e036a7a9c (patch)
tree8c01bce37fb2203ec9b1fb42edeaf0f7890aac02 /tools/Jamfile.v2
parent4695a898da47e9e82d3343a7d6b853cd566326bc (diff)
downloadboost-d8715def13cc9584aa09c44e06c4900e036a7a9c.tar.gz
Change Jamfile to <runtime-link>
[SVN r29738]
Diffstat (limited to 'tools/Jamfile.v2')
-rw-r--r--tools/Jamfile.v22
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Jamfile.v2 b/tools/Jamfile.v2
index a190c8b89e..806e875422 100644
--- a/tools/Jamfile.v2
+++ b/tools/Jamfile.v2
@@ -5,7 +5,7 @@ project
:
requirements
<link>static
- <link-runtime>static
+ <runtime-link>static
<threading>single
;