mirror of
https://github.com/boostorg/python.git
synced 2026-01-21 17:12:22 +00:00
Compare commits
19 Commits
pr/fix-num
...
boost-1.67
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a383ecdd88 | ||
|
|
02e079cf4d | ||
|
|
7c33ff0c59 | ||
|
|
fc978f085b | ||
|
|
fed4f0d0f9 | ||
|
|
39edfd45cf | ||
|
|
8c2a808cbe | ||
|
|
aeedea409a | ||
|
|
df6926551e | ||
|
|
7d3df3d3a7 | ||
|
|
ae747521b0 | ||
|
|
5e4b44e0af | ||
|
|
07b1489f3b | ||
|
|
44ea0562b2 | ||
|
|
60fba03e99 | ||
|
|
e3c9dd78aa | ||
|
|
aaf9022770 | ||
|
|
88ea1f9626 | ||
|
|
731ba745ca |
2
Jamfile
2
Jamfile
@@ -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 )
|
||||
|
||||
Reference in New Issue
Block a user