mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-03-06 21:00:31 +01:00
Make nested directories in mac-universal.py
This commit is contained in:
parent
21194375f8
commit
686aecb36c
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue