Skip to content

Commit 6549a28

Browse files
committed
Add debugging message when Python bundle is created
1 parent 72b8f7c commit 6549a28

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pythonforandroid/bootstraps/sdl2/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ def run_distribute(self):
4242
python_bundle_dir = join('_python_bundle', '_python_bundle')
4343
ensure_dir(python_bundle_dir)
4444

45+
info("Create Python bundle")
4546
site_packages_dir = self.ctx.python_recipe.create_python_bundle(
4647
join(self.dist_dir, python_bundle_dir), arch)
4748

0 commit comments

Comments
 (0)