Skip to content

Commit

Permalink
fixes #2056, fixes #2045, actually fixes #2051 and #1142
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Pfeiffer committed Apr 3, 2020
1 parent 50358c9 commit cbc2120
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 @@ -576,10 +576,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 cbc2120

Please sign in to comment.