8000 Merge pull request #2535 from ianthomas23/extern_directory_fix · matplotlib/matplotlib@0161fe2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0161fe2

Browse files
committed
Merge pull request #2535 from ianthomas23/extern_directory_fix
Move external libraries to 'extern' directory - correction
2 parents a39639f + a234f93 commit 0161fe2

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