Skip to content

Commit

Permalink
Merge pull request #140 from noahbkim/feature/disable-auto-versioning
Browse files Browse the repository at this point in the history
Expose --disable-auto-versioning
  • Loading branch information
psychonic committed Oct 19, 2023
2 parents e857fbe + 144fbb5 commit 33a43fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configure.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,5 @@
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()

0 comments on commit 33a43fc

Please sign in to comment.