mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-21 20:14:51 +00:00
fix win32 problems with rt
This commit is contained in:
parent
7b39f7adf5
commit
70497c074e
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
@ -164,6 +164,7 @@ if not OS == "win":
|
|||
sysconfig.get_config_vars()["OPT"] = ' '.join(cv_opt.split())
|
||||
else:
|
||||
EXTRA_COMPILE_ARGS = [ '-O2', '-DBOOST_WINDOWS',
|
||||
'-fno-strict-aliasing',
|
||||
'-Wno-missing-braces',
|
||||
'-DWIN32_LEAN_AND_MEAN',
|
||||
'-D_WIN32_WINNT=0x0500',
|
||||
|
|
Loading…
Add table
Reference in a new issue