mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 19:44:52 +00:00
change dir
This commit is contained in:
parent
b3c32803de
commit
0f7708bcc6
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -168,7 +168,7 @@ def fetchCpp():
|
|||
yield os.path.join(root,file)
|
||||
|
||||
sources=list(fetchCpp())
|
||||
sources.append(os.path.join('deluge','deluge_core.cpp'))
|
||||
sources.append(os.path.join('src','deluge_core.cpp'))
|
||||
if not OS == "win":
|
||||
sources.remove('libtorrent/src/file_win.cpp')
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue