Skip to content

Commit

Permalink
apply fix in kivy#2654
Browse files Browse the repository at this point in the history
  • Loading branch information
tytgatlieven authored Oct 22, 2022
1 parent 4b0d6a1 commit dff5a9d
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 dff5a9d

Please sign in to comment.