Changeset 393 for python/trunk/setup.py


Ignore:
Timestamp:
Mar 21, 2014, 1:31:06 PM (11 years ago)
Author:
dmik
Message:

python: Fix merge typos.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/trunk/setup.py

    r391 r393  
    526526
    527527        # Check for OS/2 which may have libraries in non-standard locations
    528         if platform == 'os2knix':
     528        if host_platform == 'os2knix':
    529529            lib_dirs += ['/@unixroot/usr/lib']
    530530            lib_dirs += os.getenv('LIBRARY_PATH', '').split(os.pathsep)
Note: See TracChangeset for help on using the changeset viewer.