mirror of
https://github.com/mongodb/mongo.git
synced 2024-12-01 09:32:32 +01:00
add colon to characters that are transformed when generating variant dir
This commit is contained in:
parent
b21c528acf
commit
50759820a8
@ -117,7 +117,7 @@ def get_variant_dir():
|
||||
a.append( name )
|
||||
else:
|
||||
x = get_option( name )
|
||||
x = re.sub( "[,\\\\/]" , "_" , x )
|
||||
x = re.sub( "[:,\\\\/]" , "_" , x )
|
||||
a.append( name + "_" + x )
|
||||
|
||||
s = "#build/${PYSYSPLATFORM}/"
|
||||
|
Loading…
Reference in New Issue
Block a user