2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-19 16:32:16 +00:00

Fix build warning.

This commit is contained in:
Stefan Seefeld
2018-03-15 15:29:06 -04:00
parent 0021720a46
commit d515eb82c8

View File

@@ -46,7 +46,7 @@ rule version-suffix ( version )
python-id = [ option.get "python-buildid" ] ;
if $(python-id)
{
PYTHON_ID = [ regex.replace $(python-id) [*\\/:.\"\'] _ ] ;
PYTHON_ID = [ regex.replace $(python-id) "[*\\/:.\"\']" _ ] ;
}
rule python-tag ( name : type ? : property-set )