distutils: expose nmake path

This allows finding `nmake.exe` executable in the `MSVCCompiler` class.
This commit is contained in:
japm48 2020-05-03 04:10:03 +02:00 committed by GitHub
parent 8aab84312e
commit bd01532e5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -227,6 +227,7 @@ class MSVCCompiler(CCompiler) :
self.cc = _find_exe("cl.exe", paths)
self.linker = _find_exe("link.exe", paths)
self.lib = _find_exe("lib.exe", paths)
self.nmake = _find_exe("nmake.exe", paths)
self.rc = _find_exe("rc.exe", paths) # resource compiler
self.mc = _find_exe("mc.exe", paths) # message compiler
self.mt = _find_exe("mt.exe", paths) # message compiler