Skip to content

Commit

Permalink
Merge pull request #2535 from ianthomas23/extern_directory_fix
Browse files Browse the repository at this point in the history
Move external libraries to 'extern' directory - correction
  • Loading branch information
ianthomas23 committed Oct 22, 2013
2 parents a39639f + a234f93 commit 0161fe2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setupext.py
Expand Up @@ -947,6 +947,7 @@ def get_extension(self):
ext = make_extension('matplotlib.ttconv', sources)
Numpy().add_flags(ext)
CXX().add_flags(ext)
ext.include_dirs.append('extern')
return ext


Expand Down

0 comments on commit 0161fe2

Please sign in to comment.