Changeset 393 for python/trunk/setup.py
- Timestamp:
- Mar 21, 2014, 1:31:06 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/trunk/setup.py
r391 r393 526 526 527 527 # Check for OS/2 which may have libraries in non-standard locations 528 if platform == 'os2knix':528 if host_platform == 'os2knix': 529 529 lib_dirs += ['/@unixroot/usr/lib'] 530 530 lib_dirs += os.getenv('LIBRARY_PATH', '').split(os.pathsep)
Note:
See TracChangeset
for help on using the changeset viewer.