mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-05 16:08:40 +00:00
vs2008sp1 fix - hydri
This commit is contained in:
parent
50b4e5d9d7
commit
7e2eb46371
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
@ -75,6 +75,7 @@ if windows_check():
|
||||||
"-D_UNICODE",
|
"-D_UNICODE",
|
||||||
"/GR",
|
"/GR",
|
||||||
"/Zc:wchar_t",
|
"/Zc:wchar_t",
|
||||||
|
"/EHsc",
|
||||||
]
|
]
|
||||||
else:
|
else:
|
||||||
_extra_compile_args += ["-Wno-missing-braces"]
|
_extra_compile_args += ["-Wno-missing-braces"]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue