mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-22 10:09:14 +00:00
replace tabs with spaces
This commit is contained in:
parent
ffc513763f
commit
ea1f96c246
1 changed files with 158 additions and 157 deletions
5
setup.py
5
setup.py
|
@ -118,6 +118,7 @@ if not OS == "win":
|
|||
boosttype = 'nomt'
|
||||
else:
|
||||
boosttype = 'mt'
|
||||
|
||||
removals = ['-g', '-Wstrict-prototypes']
|
||||
|
||||
if python_version == '2.5':
|
||||
|
@ -152,8 +153,8 @@ if boosttype == "nomt":
|
|||
'boost_thread', 'z', 'pthread', 'ssl']
|
||||
print 'Libraries nomt'
|
||||
elif boosttype == "mt":
|
||||
librariestype = ['boost_filesystem-mt', 'boost_date_time-mt',
|
||||
'boost_thread-mt', 'z', 'pthread', 'ssl']
|
||||
librariestype = ['boost_filesystem', 'boost_date_time',
|
||||
'boost_thread', 'z', 'pthread', 'ssl']
|
||||
print 'Libraries mt'
|
||||
|
||||
def fetchCpp():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue