We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0021720 commit d515eb8Copy full SHA for d515eb8
Jamfile
@@ -46,7 +46,7 @@ rule version-suffix ( version )
46
python-id = [ option.get "python-buildid" ] ;
47
if $(python-id)
48
{
49
- PYTHON_ID = [ regex.replace $(python-id) [*\\/:.\"\'] _ ] ;
+ PYTHON_ID = [ regex.replace $(python-id) "[*\\/:.\"\']" _ ] ;
50
}
51
52
rule python-tag ( name : type ? : property-set )
0 commit comments