mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-17 19:38:09 +00:00
Add --package-source option to prepare.py.
This commit is contained in:
parent
ca984f9bee
commit
ab6027079f
1 changed files with 1 additions and 0 deletions
|
|
@ -112,6 +112,7 @@ class DesktopPreparator(prepare.Preparator):
|
|||
self.argparser.add_argument('-ac', '--all-codecs', help="Enable all codecs, including the non-free ones", action='store_true')
|
||||
self.argparser.add_argument('-sys', '--use-system-dependencies', help="Find dependencies on the system.", action='store_true')
|
||||
self.argparser.add_argument('-p', '--package', help="Build an installation package (only on Mac OSX and Windows).", action='store_true')
|
||||
self.argparser.add_argument('-ps', '--package-source', help="Build source packages for the dependencies.", action='store_true')
|
||||
|
||||
def parse_args(self):
|
||||
prepare.Preparator.parse_args(self)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue