Merge pull request #61 from VoiDeD/ambuild-disable-auto-versioning

Add an ambuild configure option to disable auto versioning.
This commit is contained in:
David Anderson
2014-07-05 09:39:35 -07:00
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