Changeset 3769
- Timestamp:
- 08/28/08 04:03:39 (4 months ago)
- Files:
-
- 2 modified
-
branches/1.0.0_RC/setup.py (modified) (1 diff)
-
trunk/setup.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.0.0_RC/setup.py
r3766 r3769 170 170 # Modify the libs if necessary for systems with only -mt boost libs 171 171 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")): 173 173 # It's likely that this system doesn't have symlinks setup 174 174 # So add '-mt' to the libraries -
trunk/setup.py
r3766 r3769 170 170 # Modify the libs if necessary for systems with only -mt boost libs 171 171 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")): 173 173 # It's likely that this system doesn't have symlinks setup 174 174 # So add '-mt' to the libraries
