Ticket #14745: patch-setup.py.diff

File patch-setup.py.diff, 524 bytes (added by waterson@…, 16 years ago)

patch-setup.py.diff

  • setup.py

    old new  
    1010
    1111       ext_modules = [Extension( 'pyid3lib',
    1212                                 ['pyid3lib.cc'],
    13                                  libraries=['stdc++','id3','z'] )]
     13                                 libraries=['stdc++','id3','z'],
     14                                 include_dirs = [ "/opt/local/include/" ],
     15                                 library_dirs=[ "/opt/local/lib/" ],  )]
    1416       )
    1517
    1618