Merge branch 'master' into nullable

This commit is contained in:
David Anderson
2014-07-05 13:24:45 -07:00
5 changed files with 13 additions and 11 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ def build_plugin(script_path, smx_file):
argv = argv,
outputs = outputs,
dep_type = 'msvc',
weak_inputs = SM.generated_headers
weak_inputs = SM.generated_headers or []
)
SM.smx_files[smx_file] = smx_entry