Add an ambuild configure option to disable auto versioning.

This commit is contained in:
Ryan Stecker
2014-07-02 13:29:59 -05:00
parent e6f6e6df70
commit d4f4a7eed0
4 changed files with 10 additions and 6 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