Merge pull request #61 from VoiDeD/ambuild-disable-auto-versioning
Add an ambuild configure option to disable auto versioning.
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user