|
|
@@ -262,8 +262,8 @@ def CopyFramework(source_dylib):
|
|
|
dest_dylib_path = os.path.join(frameworks_dir, *parts[i:-1])
|
|
|
break
|
|
|
if os.path.exists(dest_path):
|
|
|
- print dest_path, "already exists, skipping..."
|
|
|
- return
|
|
|
+ print dest_path, "already exists, skipping copy..."
|
|
|
+ return os.path.join(dest_dylib_path, dylib_name)
|
|
|
|
|
|
args = ['mkdir', '-p', dest_dylib_path]
|
|
|
commands.append(args)
|