mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-09 18:08:39 +00:00
windows is retarded. needs this '_' to compile
This commit is contained in:
parent
9ff9a38049
commit
c681ad5299
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -148,7 +148,7 @@ elif boosttype == "mt":
|
||||||
'boost_thread-mt', 'z', 'pthread', 'ssl']
|
'boost_thread-mt', 'z', 'pthread', 'ssl']
|
||||||
print 'Libraries mt'
|
print 'Libraries mt'
|
||||||
|
|
||||||
deluge_core = Extension('deluge_core',
|
deluge_core = Extension('_deluge_core',
|
||||||
include_dirs = ['./libtorrent', './libtorrent/include',
|
include_dirs = ['./libtorrent', './libtorrent/include',
|
||||||
'./libtorrent/include/libtorrent',
|
'./libtorrent/include/libtorrent',
|
||||||
'/usr/include/python' + python_version],
|
'/usr/include/python' + python_version],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue