change dir

This commit is contained in:
Marcos Pinto 2007-07-06 00:59:36 +00:00
parent b3c32803de
commit 0f7708bcc6
1 changed files with 1 additions and 1 deletions

View File

@ -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')