Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2a29e4f

Browse files
committed
There's no need to link ttconv with CXX (it hasn't used it for
sometime, but I forgot to remove it from the build.) svn path=/trunk/matplotlib/; revision=3735
1 parent 20ce8ae commit 2a29e4f

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

setupext.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -779,8 +779,6 @@ def build_ttconv(ext_modules, packages):
779779
'ttconv/pprdrv_tt.cpp',
780780
'ttconv/pprdrv_tt2.cpp',
781781
'ttconv/ttutil.cpp']
782-
deps.extend(glob.glob('CXX/*.cxx'))
783-
deps.extend(glob.glob('CXX/*.c'))
784782

785783
module = Extension('matplotlib.ttconv', deps)
786784
add_base_flags(module)

0 commit comments

Comments
 (0)