summaryrefslogtreecommitdiff
path: root/Jamroot
diff options
context:
space:
mode:
authorVladimir Prus <vladimir.prus@gmail.com>2016-10-28 11:30:41 +0300
committerRene Rivera <grafikrobot@gmail.com>2016-11-03 12:54:59 -0500
commit235330995e2be4d47bc3da346ea34e927e6950a9 (patch)
tree19bcf5096490feff87cc9ba87eb986a3b625b163 /Jamroot
parentdf4be667f0b27aca90e91e4333d42a70e60063d8 (diff)
downloadboost-235330995e2be4d47bc3da346ea34e927e6950a9.tar.gz
Support additional tagging of binaries by Python version.
Diffstat (limited to 'Jamroot')
-rw-r--r--Jamroot5
1 files changed, 5 insertions, 0 deletions
diff --git a/Jamroot b/Jamroot
index 4a73899267..e669186821 100644
--- a/Jamroot
+++ b/Jamroot
@@ -182,6 +182,11 @@ rule tag ( name : type ? : property-set )
return [ boostcpp.tag $(name) : $(type) : $(property-set) ] ;
}
+rule python-tag ( name : type ? : property-set )
+{
+ return [ boostcpp.python-tag $(name) : $(type) : $(property-set) ] ;
+}
+
rule handle-static-runtime ( properties * )
{
# Using static runtime with shared libraries is impossible on Linux, and