Skip to content

Commit

Permalink
please don't tell me I just fixed a bug nobody else found for half a …
Browse files Browse the repository at this point in the history
…year
  • Loading branch information
Robert Pfeiffer committed Apr 3, 2020
1 parent 3390b95 commit 3980e5f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pythonforandroid/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -578,10 +578,11 @@ def build_recipes(build_order, python_modules, ctx, project_dir,
info_main('Building {} for {}'.format(recipe.name, arch.arch))
if recipe.should_build(arch):
recipe.build_arch(arch)
recipe.install_libraries(arch)
else:
info('{} said it is already built, skipping'
.format(recipe.name))
recipe.install_libraries(arch)


# 4) biglink everything
info_main('# Biglinking object files')
Expand Down

0 comments on commit 3980e5f

Please sign in to comment.