- Timestamp:
- Mar 13, 2014, 10:00:22 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/trunk/setup.py
r132 r384 385 385 # Check for OS/2 which may have libraries in non-standard locations 386 386 if platform == 'os2knix': 387 lib_dirs += ['/@unixroot/usr/lib'] 387 388 lib_dirs += os.getenv('LIBRARY_PATH', '').split(os.pathsep) 389 inc_dirs += ['/@unixroot/usr/include'] 388 390 inc_dirs += os.getenv('C_INCLUDE_PATH', '').split(os.pathsep) 389 391 # OSF/1 and Unixware have some stuff in /usr/ccs/lib (like -ldb)
Note:
See TracChangeset
for help on using the changeset viewer.