mirror of
https://gitlab.com/ita1024/waf.git
synced 2024-11-11 12:49:06 +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')
|
path,type = Utils.winreg.QueryValueEx(msvc_version,'InstallationFolder')
|
||||||
except WindowsError:
|
except WindowsError:
|
||||||
continue
|
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 = []
|
targets = []
|
||||||
for target,arch in all_msvc_platforms:
|
for target,arch in all_msvc_platforms:
|
||||||
try:
|
try:
|
||||||
|
Loading…
Reference in New Issue
Block a user