mirror of
https://gitlab.com/ita1024/waf.git
synced 2025-01-26 18:20:22 +01:00
IronPython fix for VisualStudio detection
This commit is contained in:
parent
f5b7209b02
commit
acc64df657
@ -235,7 +235,7 @@ def gather_wsdk_versions(conf, versions):
|
||||
path,type = Utils.winreg.QueryValueEx(msvc_version,'InstallationFolder')
|
||||
except WindowsError:
|
||||
continue
|
||||
if os.path.isfile(os.path.join(path, 'bin', 'SetEnv.cmd')):
|
||||
if path and os.path.isfile(os.path.join(path, 'bin', 'SetEnv.cmd')):
|
||||
targets = []
|
||||
for target,arch in all_msvc_platforms:
|
||||
try:
|
||||
|
Loading…
x
Reference in New Issue
Block a user