Skip to content

Commit 8b3e32e

Browse files
committed
matplotlib: fix build
1 parent c63d8e2 commit 8b3e32e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pythonforandroid/recipes/matplotlib/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ def get_recipe_env(self, arch, **kwargs):
7878
free_lib_dir = join(freetype.get_build_dir(arch.arch), 'objs', '.libs')
7979
free_inc_dir = join(freetype.get_build_dir(arch.arch), 'include')
8080
env['CFLAGS'] += f' -I{free_inc_dir}'
81+
env['CXXFLAGS'] += f' -I{free_inc_dir}'
8182
env['LDFLAGS'] += f' -L{free_lib_dir}'
8283

8384
# `freetype` could be built with `harfbuzz` support,

0 commit comments

Comments
 (0)