Skip to content

Commit 3980e5f

Browse files
author
Robert Pfeiffer
committed
please don't tell me I just fixed a bug nobody else found for half a year
1 parent 3390b95 commit 3980e5f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pythonforandroid/build.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -578,10 +578,11 @@ def build_recipes(build_order, python_modules, ctx, project_dir,
578578
info_main('Building {} for {}'.format(recipe.name, arch.arch))
579579
if recipe.should_build(arch):
580580
recipe.build_arch(arch)
581-
recipe.install_libraries(arch)
582581
else:
583582
info('{} said it is already built, skipping'
584583
.format(recipe.name))
584+
recipe.install_libraries(arch)
585+
585586

586587
# 4) biglink everything
587588
info_main('# Biglinking object files')

0 commit comments

Comments
 (0)