Always look for -mt boost libraries first
This commit is contained in:
parent
8b58c960f3
commit
0497c407e1
2
setup.py
2
setup.py
|
@ -173,7 +173,7 @@ else:
|
||||||
if osx_check():
|
if osx_check():
|
||||||
dynamic_lib_extension = ".dylib"
|
dynamic_lib_extension = ".dylib"
|
||||||
|
|
||||||
_lib_extensions = ['-mt_1_39', '-mt-1_38', '-mt-1_37', '-mt-1_36', '-mt-1_35', '-mt']
|
_lib_extensions = ['-mt', '-mt_1_39', '-mt-1_38', '-mt-1_37', '-mt-1_36', '-mt-1_35']
|
||||||
|
|
||||||
# Modify the libs if necessary for systems with only -mt boost libs
|
# Modify the libs if necessary for systems with only -mt boost libs
|
||||||
for lib in _libraries:
|
for lib in _libraries:
|
||||||
|
|
Loading…
Reference in New Issue