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.
matplotlib
1 parent c63d8e2 commit 8b3e32eCopy full SHA for 8b3e32e
pythonforandroid/recipes/matplotlib/__init__.py
@@ -78,6 +78,7 @@ def get_recipe_env(self, arch, **kwargs):
78
free_lib_dir = join(freetype.get_build_dir(arch.arch), 'objs', '.libs')
79
free_inc_dir = join(freetype.get_build_dir(arch.arch), 'include')
80
env['CFLAGS'] += f' -I{free_inc_dir}'
81
+ env['CXXFLAGS'] += f' -I{free_inc_dir}'
82
env['LDFLAGS'] += f' -L{free_lib_dir}'
83
84
# `freetype` could be built with `harfbuzz` support,
0 commit comments