Changeset 568 for python/trunk/setup.py
- Timestamp:
- Apr 7, 2015, 1:38:52 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/trunk/setup.py
r393 r568 672 672 673 673 # Memory-mapped files (also works on Win32). 674 if host_platform not in ['atheos', 'os2knix']: 674 if host_platform in ['os2knix']: 675 exts.append( Extension('mmap', ['mmapmodule.c'], libraries=['mmap']) ) 676 elif host_platform not in ['atheos']: 675 677 exts.append( Extension('mmap', ['mmapmodule.c']) ) 676 678 else:
Note:
See TracChangeset
for help on using the changeset viewer.