mirror of
https://github.com/alliedmodders/metamod-source.git
synced 2025-12-06 18:08:31 +00:00
Expose --disable-auto-versioning
This commit is contained in:
parent
e857fbe90c
commit
144fbb52c4
@ -34,4 +34,5 @@ parser.options.add_argument('--breakpad-dump', action='store_true', dest='breakp
|
|||||||
default=False, help='Dump and upload breakpad symbols')
|
default=False, help='Dump and upload breakpad symbols')
|
||||||
parser.options.add_argument('--targets', type=str, dest='targets', default=None,
|
parser.options.add_argument('--targets', type=str, dest='targets', default=None,
|
||||||
help="Override the target architecture (use commas to separate multiple targets).")
|
help="Override the target architecture (use commas to separate multiple targets).")
|
||||||
|
parser.options.add_argument('--disable-auto-versioning', action='store_true', dest='disable_auto_versioning')
|
||||||
parser.Configure()
|
parser.Configure()
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user