Skip to content

Commit 82655fa

Browse files
committed
Maybe fix windows!!!!!
1 parent e3c3f57 commit 82655fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ def spawn(self, cmd):
9090
spawn(cmd, dry_run=self.dry_run)
9191
from distutils.msvc9compiler import MSVCCompiler
9292
MSVCCompiler.spawn = spawn
93-
flags = ['-I' + os.path.abspath('win32')]
93+
flags = ['-I' + os.path.abspath('win32'), '/EHsc']
9494
link_flags = []
9595
else:
9696
flags = ['-fPIC', '-std=c++0x', '-Wall', '-Wno-parentheses']

0 commit comments

Comments
 (0)