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