mirror of
https://github.com/codex-storage/deluge.git
synced 2025-02-19 22:58:30 +00:00
Fix #927 add support for more boost versions
This commit is contained in:
parent
00ca3e158b
commit
f7bb2f330b
2
setup.py
2
setup.py
@ -159,7 +159,7 @@ else:
|
|||||||
if osx_check():
|
if osx_check():
|
||||||
dynamic_lib_extension = ".dylib"
|
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
|
# Modify the libs if necessary for systems with only -mt boost libs
|
||||||
for lib in _libraries:
|
for lib in _libraries:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user