Ticket #927: boost-1.37.patch
File boost-1.37.patch, 475 bytes (added by , 16 years ago) |
---|
-
setup.py
159 159 if osx_check(): 160 160 dynamic_lib_extension = ".dylib" 161 161 162 _lib_extensions = ['-mt-1_3 6', '-mt-1_35', '-mt']162 _lib_extensions = ['-mt-1_37', '-mt-1_36', '-mt-1_35', '-mt'] 163 163 164 164 # Modify the libs if necessary for systems with only -mt boost libs 165 165 for lib in _libraries: