Explorar el Código

Windows: Fix build with SCons 4.2.0

(cherry picked from commit c191cfbddfa2f26b22f8c3edbc529342cd2fe2e2)
Rémi Verschelde hace 4 años
padre
commit
e16f264a7e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      platform/windows/detect.py

+ 1 - 1
platform/windows/detect.py

@@ -139,7 +139,7 @@ def setup_msvc_auto(env):
     env['TARGET_ARCH'] = None
     if env['bits'] != 'default':
         env['TARGET_ARCH'] = {'32': 'x86', '64': 'x86_64'}[env['bits']]
-    if env.has_key('msvc_version'):
+    if 'msvc_version' in env:
            env['MSVC_VERSION'] = env['msvc_version']
     env.Tool('msvc')
     env.Tool('mssdk')                      # we want the MS SDK