This commit is contained in:
parent
6c74a8d4ad
commit
bb73f75104
|
@ -1,7 +1,8 @@
|
|||
include LICENSE
|
||||
include README
|
||||
include deluge.desktop
|
||||
include deluge.xpm
|
||||
recursive-include libtorrent/ *
|
||||
recursive-include glade/ *.glade
|
||||
recursive-include pixmaps/ *.png *.svg *.xpm
|
||||
recursive-include include/ *.hpp *.ipp
|
||||
recursive-include pixmaps/ *.png
|
||||
recursive-include plugins/ *
|
||||
|
|
2
setup.py
2
setup.py
|
@ -29,7 +29,7 @@ pythonVersion = platform.python_version()[0:3]
|
|||
removals = ['-g', '-DNDEBUG', '-O2', '-Wstrict-prototypes']
|
||||
additions = ['-DNDEBUG', '-O2']
|
||||
|
||||
if pythonVersion == '2.4':
|
||||
if pythonVersion == '2.5':
|
||||
cv_opt = sysconfig.get_config_vars()["CFLAGS"]
|
||||
for removal in removals:
|
||||
cv_opt = cv_opt.replace(removal, " ")
|
||||
|
|
Loading…
Reference in New Issue