add comment for readability of mac bundling logic

This commit is contained in:
2024-09-08 15:46:17 -05:00
committed by Celtic Minstrel
parent ce62ce3878
commit d5753e18d1

View File

@@ -186,6 +186,7 @@ if platform == "darwin":
if path.exists(dest_path):
break
Execute(Copy(dest_path, src_path))
# Recursively bundle the dependencies of each dependency:
bundle_libraries_for(target, [File(check_path)], env)
break
elif platform == "win32":