Tools: Fix deploy-mac.py to accept absolute paths
This commit is contained in:
parent
dbca794310
commit
0c6c6fdcbc
@ -44,6 +44,8 @@ def makedirs(path):
|
||||
while split:
|
||||
accum.append(split.pop())
|
||||
newPath = joinPath(accum)
|
||||
if newPath == '/':
|
||||
continue
|
||||
try:
|
||||
os.mkdir(newPath)
|
||||
except OSError as e:
|
||||
|
Loading…
x
Reference in New Issue
Block a user