Ticket #927: boost-1.37.patch

File boost-1.37.patch, 475 bytes (added by Plisk, 16 years ago)

Boost 1.37 support

  • setup.py

     
    159159        if osx_check():
    160160            dynamic_lib_extension = ".dylib"
    161161
    162         _lib_extensions = ['-mt-1_36', '-mt-1_35', '-mt']
     162        _lib_extensions = ['-mt-1_37', '-mt-1_36', '-mt-1_35', '-mt']
    163163
    164164        # Modify the libs if necessary for systems with only -mt boost libs
    165165        for lib in _libraries: