Fix a typo in the distutils cleanup.

This commit is contained in:
Collin Winter 2007-08-30 18:46:25 +00:00
parent 845702c096
commit fd51975886

View File

@ -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: