Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f538561 commit 4b1c7d8Copy full SHA for 4b1c7d8
pythonforandroid/recipes/Pillow/__init__.py
@@ -91,7 +91,7 @@ def get_recipe_env(self, arch=None, with_flags_in_cc=True):
91
env['LDFLAGS'] += f' -L{join(webp_install, "lib")}'
92
env['LDFLAGS'] += f' -L{ndk_lib_dir}'
93
if cflags not in env['CFLAGS']:
94
- env['CFLAGS'] += cflags
+ env['CFLAGS'] += cflags + " -lm"
95
return env
96
97
0 commit comments