Author: andar

Revision: 5245

Log:
        Fix #927 add support for more boost versions

Diff:
Modified: branches/1.1.0_RC/setup.py
===================================================================
--- branches/1.1.0_RC/setup.py  2009-05-08 00:10:03 UTC (rev 5244)
+++ branches/1.1.0_RC/setup.py  2009-05-09 02:59:42 UTC (rev 5245)
@@ -156,7 +156,7 @@
         if osx_check():
             dynamic_lib_extension = ".dylib"
 
-        _lib_extensions = ['-mt-1_36', '-mt-1_35', '-mt']
+        _lib_extensions = ['-mt_1_39', '-mt-1_38', '-mt-1_37', '-mt-1_36', 
'-mt-1_35', '-mt']
 
         # Modify the libs if necessary for systems with only -mt boost libs
         for lib in _libraries:

Modified: trunk/setup.py
===================================================================
--- trunk/setup.py      2009-05-08 00:10:03 UTC (rev 5244)
+++ trunk/setup.py      2009-05-09 02:59:42 UTC (rev 5245)
@@ -159,7 +159,7 @@
         if osx_check():
             dynamic_lib_extension = ".dylib"
 
-        _lib_extensions = ['-mt-1_36', '-mt-1_35', '-mt']
+        _lib_extensions = ['-mt_1_39', '-mt-1_38', '-mt-1_37', '-mt-1_36', 
'-mt-1_35', '-mt']
 
         # Modify the libs if necessary for systems with only -mt boost libs
         for lib in _libraries:



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"deluge-commit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/deluge-commit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to