From 235330995e2be4d47bc3da346ea34e927e6950a9 Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Fri, 28 Oct 2016 11:30:41 +0300 Subject: Support additional tagging of binaries by Python version. --- Jamroot | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Jamroot') 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 -- cgit v1.2.1