Ticket #17933: patch-setup-py.diff
File patch-setup-py.diff, 522 bytes (added by krunk7@…, 16 years ago) |
---|
-
setup.py
old new 48 48 else: 49 49 # otherwise we'll just tried a few things 50 50 if not sys.platform.startswith('win'): 51 include_dirs += [ '/ usr/local/include/nifti',52 '/usr/include/nifti' ]51 include_dirs += [ '/opt/local/include/nifti',] 52 library_dirs.append('/opt/local/lib') 53 53 else: 54 54 # clueless on windows 55 55 pass