We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0bb71f commit fb6009bCopy full SHA for fb6009b
AMBuildScript
@@ -150,7 +150,7 @@ class MMSConfig(object):
150
sdk_path = os.path.join(builder.options.hl2sdk_root, sdk.folder)
151
else:
152
sdk_path = ResolveEnvPath(sdk.envvar, sdk.folder)
153
- if sdk_path is None:
+ if sdk_path is None or not os.path.isdir(sdk_path):
154
if (use_all and sdk_name != 'mock') or sdk_name in sdk_list:
155
raise Exception('Could not find a valid path for {0}'.format(sdk.envvar))
156
not_found.append(sdk_name)
0 commit comments