Skip to content

Commit

Permalink
Revert "apply fix in kivy#2654"
Browse files Browse the repository at this point in the history
This reverts commit dff5a9d.
  • Loading branch information
Lieven Tytgat committed Oct 24, 2022
1 parent dff5a9d commit 5b717f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pythonforandroid/recipe.py
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,7 @@ def get_recipe_env(self, arch=None, with_flags_in_cc=True):
if with_flags_in_cc:
env['CXX'] += ' -frtti -fexceptions'

#env['LDFLAGS'] += ' -L{}'.format(arch.ndk_lib_dir)
env['LDFLAGS'] += ' -L{}'.format(arch.ndk_lib_dir)
env['LIBS'] = env.get('LIBS', '') + " -l{}".format(
self.stl_lib_name
)
Expand Down

0 comments on commit 5b717f2

Please sign in to comment.