Fix for NameError caught by PyChecker.
(This command seems to be essentially untested; should fix that...)
This commit is contained in:
parent
fd6608bcea
commit
246c425964
|
@ -272,7 +272,7 @@ class config (Command):
|
||||||
from distutils.ccompiler import CompileError, LinkError
|
from distutils.ccompiler import CompileError, LinkError
|
||||||
self._check_compiler()
|
self._check_compiler()
|
||||||
try:
|
try:
|
||||||
self._link(body, headers, include_dirs,
|
src, obj, exe = self._link(body, headers, include_dirs,
|
||||||
libraries, library_dirs, lang)
|
libraries, library_dirs, lang)
|
||||||
self.spawn([exe])
|
self.spawn([exe])
|
||||||
ok = 1
|
ok = 1
|
||||||
|
|
Loading…
Reference in New Issue