Make nested directories in mac-universal.py
This commit is contained in:
parent
21194375f8
commit
686aecb36c
|
@ -75,7 +75,7 @@ def recursive_merge_binaries(src0, src1, dst):
|
|||
continue
|
||||
|
||||
if os.path.isdir(newpath1):
|
||||
os.mkdir(new_dst_path)
|
||||
os.makedirs(new_dst_path)
|
||||
recursive_merge_binaries(newpath0, newpath1, new_dst_path)
|
||||
continue
|
||||
|
||||
|
|
Loading…
Reference in New Issue