1
0
mirror of https://github.com/alliedmodders/metamod-source.git synced 2024-11-28 10:24:20 +01:00

Expose --disable-auto-versioning

This commit is contained in:
Noah Kim 2023-10-18 20:33:06 -04:00
parent e857fbe90c
commit 144fbb52c4

View File

@ -34,4 +34,5 @@ parser.options.add_argument('--breakpad-dump', action='store_true', dest='breakp
default=False, help='Dump and upload breakpad symbols')
parser.options.add_argument('--targets', type=str, dest='targets', default=None,
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()