mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-04 23:48:40 +00:00
-
This commit is contained in:
parent
6c74a8d4ad
commit
bb73f75104
2 changed files with 4 additions and 3 deletions
|
@ -1,7 +1,8 @@
|
||||||
include LICENSE
|
include LICENSE
|
||||||
include README
|
include README
|
||||||
|
include deluge.desktop
|
||||||
|
include deluge.xpm
|
||||||
recursive-include libtorrent/ *
|
recursive-include libtorrent/ *
|
||||||
recursive-include glade/ *.glade
|
recursive-include glade/ *.glade
|
||||||
recursive-include pixmaps/ *.png *.svg *.xpm
|
recursive-include pixmaps/ *.png
|
||||||
recursive-include include/ *.hpp *.ipp
|
|
||||||
recursive-include plugins/ *
|
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']
|
removals = ['-g', '-DNDEBUG', '-O2', '-Wstrict-prototypes']
|
||||||
additions = ['-DNDEBUG', '-O2']
|
additions = ['-DNDEBUG', '-O2']
|
||||||
|
|
||||||
if pythonVersion == '2.4':
|
if pythonVersion == '2.5':
|
||||||
cv_opt = sysconfig.get_config_vars()["CFLAGS"]
|
cv_opt = sysconfig.get_config_vars()["CFLAGS"]
|
||||||
for removal in removals:
|
for removal in removals:
|
||||||
cv_opt = cv_opt.replace(removal, " ")
|
cv_opt = cv_opt.replace(removal, " ")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue