Ticket #14745: patch-setup.py.diff
File patch-setup.py.diff, 524 bytes (added by waterson@…, 17 years ago) |
---|
-
setup.py
old new 10 10 11 11 ext_modules = [Extension( 'pyid3lib', 12 12 ['pyid3lib.cc'], 13 libraries=['stdc++','id3','z'] )] 13 libraries=['stdc++','id3','z'], 14 include_dirs = [ "/opt/local/include/" ], 15 library_dirs=[ "/opt/local/lib/" ], )] 14 16 ) 15 17 16 18