Skip to content

Commit e563dfe

Browse files
committed
[dist] Force execution of recipe.install_libraries
So...if we make a new distribution, we will be able to reuse the already built libraries
1 parent 9ee9f29 commit e563dfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythonforandroid/build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -575,10 +575,10 @@ def build_recipes(build_order, python_modules, ctx, project_dir,
575575
info_main('Building {} for {}'.format(recipe.name, arch.arch))
576576
if recipe.should_build(arch):
577577
recipe.build_arch(arch)
578-
recipe.install_libraries(arch)
579578
else:
580579
info('{} said it is already built, skipping'
581580
.format(recipe.name))
581+
recipe.install_libraries(arch)
582582

583583
# 4) biglink everything
584584
info_main('# Biglinking object files')

0 commit comments

Comments
 (0)