Kaydet (Commit) 66ac93e6 authored tarafından Greg Ward's avatar Greg Ward

Catch CCompiler exceptions in 'setup()'.

üst 3add77f6
......@@ -122,7 +122,8 @@ def setup (**attrs):
except (DistutilsExecError,
DistutilsFileError,
DistutilsOptionError), msg:
DistutilsOptionError,
CCompilerError), msg:
if DEBUG:
raise
else:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment