8000 Fix for compiling ttconv in extern directory · matplotlib/matplotlib@a234f93 · GitHub
[go: up one dir, main page]

Skip to content

Commit a234f93

Browse files
committed
Fix for compiling ttconv in extern directory
1 
C501
parent a39639f commit a234f93

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setupext.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -947,6 +947,7 @@ def get_extension(self):
947947
ext = make_extension('matplotlib.ttconv', sources)
948948
Numpy().add_flags(ext)
949949
CXX().add_flags(ext)
950+
ext.include_dirs.append('extern')
950951
return ext
951952

952953

0 commit comments

Comments
 (0)
0