From f7bb2f330bc0cb1ba711ac13ad490b9b7d8e7951 Mon Sep 17 00:00:00 2001 From: Andrew Resch Date: Sat, 9 May 2009 02:59:42 +0000 Subject: [PATCH] Fix #927 add support for more boost versions --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8a604e26d..29f8151c5 100644 --- a/setup.py +++ b/setup.py @@ -159,7 +159,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: