add comment for readability of mac bundling logic
This commit is contained in:
@@ -186,6 +186,7 @@ if platform == "darwin":
|
|||||||
if path.exists(dest_path):
|
if path.exists(dest_path):
|
||||||
break
|
break
|
||||||
Execute(Copy(dest_path, src_path))
|
Execute(Copy(dest_path, src_path))
|
||||||
|
# Recursively bundle the dependencies of each dependency:
|
||||||
bundle_libraries_for(target, [File(check_path)], env)
|
bundle_libraries_for(target, [File(check_path)], env)
|
||||||
break
|
break
|
||||||
elif platform == "win32":
|
elif platform == "win32":
|
||||||
|
|||||||
Reference in New Issue
Block a user