summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Resch <andrewresch@gmail.com>2009-05-09 02:59:42 +0000
committerAndrew Resch <andrewresch@gmail.com>2009-05-09 02:59:42 +0000
commit96bcfd5ba14f2da98f54e3f46e82d5f84c471cbf (patch)
tree1057418298887705eb3e311d354df543b6c26b69
parent775c27dc62d761efab2635f077df7a9c4b534417 (diff)
downloaddeluge-96bcfd5ba14f2da98f54e3f46e82d5f84c471cbf.tar.gz
deluge-96bcfd5ba14f2da98f54e3f46e82d5f84c471cbf.tar.bz2
deluge-96bcfd5ba14f2da98f54e3f46e82d5f84c471cbf.zip
Fix #927 add support for more boost versions
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 402b10700..8fd17a096 100644
--- a/setup.py
+++ b/setup.py
@@ -156,7 +156,7 @@ else:
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: