Skip to content

Commit cf4a2f0

Browse files
author
Robert Pfeiffer
committed
fixes kivy#2056, fixes kivy#2045, actually fixes kivy#2051 and kivy#1142
1 parent 50358c9 commit cf4a2f0

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
@@ -576,10 +576,10 @@ def build_recipes(build_order, python_modules, ctx, project_dir,
576576
info_main('Building {} for {}'.format(recipe.name, arch.arch))
577577
if recipe.should_build(arch):
578578
recipe.build_arch(arch)
579-
recipe.install_libraries(arch)
580579
else:
581580
info('{} said it is already built, skipping'
582581
.format(recipe.name))
582+
recipe.install_libraries(arch)
583583

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

0 commit comments

Comments
 (0)