change dir
This commit is contained in:
parent
b3c32803de
commit
0f7708bcc6
2
setup.py
2
setup.py
|
@ -168,7 +168,7 @@ def fetchCpp():
|
||||||
yield os.path.join(root,file)
|
yield os.path.join(root,file)
|
||||||
|
|
||||||
sources=list(fetchCpp())
|
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":
|
if not OS == "win":
|
||||||
sources.remove('libtorrent/src/file_win.cpp')
|
sources.remove('libtorrent/src/file_win.cpp')
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue