print where it's copying from

This commit is contained in:
2024-09-07 23:07:24 -05:00
parent c10956cd2f
commit fa650d21d3

View File

@@ -185,6 +185,7 @@ if platform == "darwin":
dest_path = path.join(target[0].path, basefile)
if path.exists(dest_path):
break
print(f'copying from {src_path}')
Execute(Copy(dest_path, src_path))
bundle_libraries_for(target, [File(check_path)], env)
break