Commit b7375849 authored by Collin Winter's avatar Collin Winter

Fix a typo in the distutils cleanup.

parent bf9ae358
......@@ -442,7 +442,7 @@ class MSVCCompiler(CCompiler) :
if debug:
pass # XXX what goes here?
try:
self.([self.lib] + lib_args)
self.spawn([self.lib] + lib_args)
except DistutilsExecError as msg:
raise LibError(msg)
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