mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 03:24:54 +00:00
Fix another typo.
This commit is contained in:
parent
cc38bbdfbf
commit
22f6477d69
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -148,7 +148,7 @@ if windows_check():
|
|||
]
|
||||
else:
|
||||
_include_dirs += ['/usr/include/python' + python_version]
|
||||
_libraries += [
|
||||
_libraries = [
|
||||
'boost_filesystem',
|
||||
'boost_date_time',
|
||||
'boost_thread',
|
||||
|
|
Loading…
Add table
Reference in a new issue