Update auto versioning

This commit is contained in:
Nicholas Hastings
2026-07-13 17:55:53 -04:00
parent f1c9faba45
commit 71ceb89241
4 changed files with 43 additions and 5 deletions
+2
View File
@@ -30,4 +30,6 @@ run.options.add_argument('--enable-debug', action='store_const', const='1', dest
run.options.add_argument('--enable-optimize', action='store_const', const='1', dest='opt',
help='Enable optimization')
run.options.add_argument('--target', default=None, help='Override the default build target')
run.options.add_argument('--version', type=str, dest='version', default=None,
help='Override the version string baked into the binary (defaults to the literal in smsdk_config.h)')
run.Configure()