Skip to content

Commit

Permalink
print where it's copying from
Browse files Browse the repository at this point in the history
  • Loading branch information
NQNStudios committed Sep 8, 2024
1 parent a93b4aa commit 9f48ad1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9f48ad1

Please sign in to comment.