mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-06 16:38:43 +00:00
removing unneeded libraries and includes
This commit is contained in:
parent
ec54ea9e3b
commit
0ea75cd486
2 changed files with 4 additions and 17 deletions
8
setup.py
8
setup.py
|
@ -124,15 +124,11 @@ else:
|
|||
# Ubuntu possible.
|
||||
if boosttype == "nomt":
|
||||
librariestype = ['boost_filesystem', 'boost_date_time',
|
||||
'boost_regex', 'boost_serialization',
|
||||
'boost_thread',
|
||||
'z', 'pthread']
|
||||
'boost_thread', 'z', 'pthread']
|
||||
print 'Libraries nomt'
|
||||
elif boosttype == "mt":
|
||||
librariestype = ['boost_filesystem-mt', 'boost_date_time-mt',
|
||||
'boost_regex-mt', 'boost_serialization-mt',
|
||||
'boost_thread-mt',
|
||||
'z', 'pthread']
|
||||
'boost_thread-mt', 'z', 'pthread']
|
||||
print 'Libraries mt'
|
||||
|
||||
deluge_core = Extension('deluge_core',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue