Commit 3b615290 authored by Christian Heimes's avatar Christian Heimes

Fixed issue ##3741: DISTUTILS_USE_SDK set causes msvc9compiler.py to raise an exception

parent 2ffea9b4
......@@ -316,7 +316,7 @@ class MSVCCompiler(CCompiler) :
self.__version = VERSION
self.__root = r"Software\Microsoft\VisualStudio"
# self.__macros = MACROS
self.__path = []
self.__paths = []
# target platform (.plat_name is consistent with 'bdist')
self.plat_name = None
self.__arch = None # deprecated name
......
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