mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-12 19:28:42 +00:00
tweak windows build preprocessors
This commit is contained in:
parent
ff0ade61b0
commit
7e49e9acc4
1 changed files with 2 additions and 0 deletions
2
setup.py
2
setup.py
|
@ -174,6 +174,8 @@ else:
|
||||||
'-DBOOST_ALL_NO_LIB',
|
'-DBOOST_ALL_NO_LIB',
|
||||||
'-D_FILE_OFFSET_BITS=64',
|
'-D_FILE_OFFSET_BITS=64',
|
||||||
'-DBOOST_THREAD_USE_LIB',
|
'-DBOOST_THREAD_USE_LIB',
|
||||||
|
'-DTORRENT_BUILDING_SHARED',
|
||||||
|
'-DTORRENT_LINKING_SHARED',
|
||||||
'-DTORRENT_USE_OPENSSL=1',
|
'-DTORRENT_USE_OPENSSL=1',
|
||||||
'-DNDEBUG=1']
|
'-DNDEBUG=1']
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue