mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-06 08:28:39 +00:00
Fix typo in [3766]
This commit is contained in:
parent
aebd6e2f29
commit
015350dc04
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -169,7 +169,7 @@ else:
|
||||||
|
|
||||||
# Modify the libs if necessary for systems with only -mt boost libs
|
# Modify the libs if necessary for systems with only -mt boost libs
|
||||||
if not os.path.exists(
|
if not os.path.exists(
|
||||||
os.path.join(sysconfig.PREFIX, "lib", "libboost-filesystem.so")):
|
os.path.join(sysconfig.PREFIX, "lib", "libboost_filesystem.so")):
|
||||||
# It's likely that this system doesn't have symlinks setup
|
# It's likely that this system doesn't have symlinks setup
|
||||||
# So add '-mt' to the libraries
|
# So add '-mt' to the libraries
|
||||||
for lib in _libraries:
|
for lib in _libraries:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue