Changeset 3769

Show
Ignore:
Timestamp:
08/28/08 04:03:39 (4 months ago)
Author:
andar
Message:

Fix typo in [3766]

Files:
2 modified

Legend:

Unmodified
Added
Removed
  • branches/1.0.0_RC/setup.py

    r3766 r3769  
    170170    # Modify the libs if necessary for systems with only -mt boost libs     
    171171    if not os.path.exists( 
    172         os.path.join(sysconfig.PREFIX, "lib", "libboost-filesystem.so")): 
     172        os.path.join(sysconfig.PREFIX, "lib", "libboost_filesystem.so")): 
    173173        # It's likely that this system doesn't have symlinks setup 
    174174        # So add '-mt' to the libraries 
  • trunk/setup.py

    r3766 r3769  
    170170    # Modify the libs if necessary for systems with only -mt boost libs     
    171171    if not os.path.exists( 
    172         os.path.join(sysconfig.PREFIX, "lib", "libboost-filesystem.so")): 
     172        os.path.join(sysconfig.PREFIX, "lib", "libboost_filesystem.so")): 
    173173        # It's likely that this system doesn't have symlinks setup 
    174174        # So add '-mt' to the libraries