summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorMarcos Pinto <markybob@dipconsultants.com>2008-12-26 04:52:44 +0000
committerMarcos Pinto <markybob@dipconsultants.com>2008-12-26 04:52:44 +0000
commitd73a1abbe4501c1a9aef6eef5cd7d9b7d4aa1dbd (patch)
tree0db806cb486ced0a20dfd3eb814061b5736d24f5 /setup.py
parentac5b5fdefb4551e550e1e71211ffdf808f6f6f44 (diff)
downloaddeluge-d73a1abbe4501c1a9aef6eef5cd7d9b7d4aa1dbd.tar.gz
deluge-d73a1abbe4501c1a9aef6eef5cd7d9b7d4aa1dbd.tar.bz2
deluge-d73a1abbe4501c1a9aef6eef5cd7d9b7d4aa1dbd.zip
vs2008sp1 fix - hydri
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 44dff140f..f3ab367bd 100644
--- a/setup.py
+++ b/setup.py
@@ -75,6 +75,7 @@ if windows_check():
"-D_UNICODE",
"/GR",
"/Zc:wchar_t",
+ "/EHsc",
]
else:
_extra_compile_args += ["-Wno-missing-braces"]