mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-01-24 00:12:14 +01:00
Add missing visual_studio_runtime_dirs value (issue #1403)
This commit is contained in:
parent
0cba9481fb
commit
041ec09525
@ -89,6 +89,7 @@ def GetChromiumDefaultArgs():
|
||||
defaults['is_win_fastlink'] = False
|
||||
defaults['visual_studio_path'] = ''
|
||||
defaults['visual_studio_version'] = ''
|
||||
defaults['visual_studio_runtime_dirs'] = ''
|
||||
defaults['windows_sdk_path'] = ''
|
||||
|
||||
return defaults
|
||||
@ -175,6 +176,7 @@ def ValidateArgs(args):
|
||||
is_win_fastlink = GetArgValue(args, 'is_win_fastlink')
|
||||
visual_studio_path = GetArgValue(args, 'visual_studio_path')
|
||||
visual_studio_version = GetArgValue(args, 'visual_studio_version')
|
||||
visual_studio_runtime_dirs = GetArgValue(args, 'visual_studio_runtime_dirs')
|
||||
windows_sdk_path = GetArgValue(args, 'windows_sdk_path')
|
||||
|
||||
# Target CPU architecture.
|
||||
|
Loading…
Reference in New Issue
Block a user