diff options
| -rw-r--r-- | msvccompiler.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/msvccompiler.py b/msvccompiler.py index f5b67049..d239057b 100644 --- a/msvccompiler.py +++ b/msvccompiler.py @@ -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: |
