mirror of
https://github.com/niess/python-appimage.git
synced 2026-03-14 04:10:15 +01:00
Changed behaviour of in-tree-build flag
This commit is contained in:
@@ -70,8 +70,8 @@ def main():
|
||||
help='python compatibility tag (e.g. cp37-cp37m)')
|
||||
build_app_parser.add_argument('-p', '--python-version',
|
||||
help='python version (e.g. 3.8)')
|
||||
build_app_parser.add_argument('--no-tree-build',
|
||||
help='omits pip in-tree-build flag',
|
||||
build_app_parser.add_argument('--in-tree-build',
|
||||
help='force pip in-tree-build',
|
||||
action='store_true',
|
||||
default=False)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user