summaryrefslogtreecommitdiff
path: root/Jamroot
diff options
context:
space:
mode:
authorVladimir Prus <vladimir.prus@gmail.com>2016-10-28 11:30:41 +0300
committerVladimir Prus <vladimir.prus@gmail.com>2016-10-28 11:31:52 +0300
commit14ea095970431ac1144e414878f1fd62e6a0b43e (patch)
tree0aff9480ec3698113fb52bd8e653c42e2daaf0c2 /Jamroot
parent129d40c71a2d36a994c7d9b64e670a2cc707e2fc (diff)
downloadboost-14ea095970431ac1144e414878f1fd62e6a0b43e.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 fe9fadc9da..14ff0abfb2 100644
--- a/Jamroot
+++ b/Jamroot
@@ -186,6 +186,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