mirror of
https://github.com/mongodb/mongo.git
synced 2024-12-01 01:21:03 +01:00
cleaner variant dir directories
This commit is contained in:
parent
e885029b8f
commit
ff0157a562
@ -110,8 +110,10 @@ def get_variant_dir():
|
||||
if o["nargs"] == 0:
|
||||
a.append( name )
|
||||
else:
|
||||
a.append( name + "-" + get_option( name ) )
|
||||
|
||||
x = get_option( name )
|
||||
x = re.sub( "[,\\\\/]" , "_" , x )
|
||||
a.append( name + "_" + x )
|
||||
|
||||
s = "#build/${PYSYSPLATFORM}/"
|
||||
|
||||
if len(a) > 0:
|
||||
|
Loading…
Reference in New Issue
Block a user