Skip to content

Commit

Permalink
fixup! build: add --without-corepack
Browse files Browse the repository at this point in the history
  • Loading branch information
aduh95 authored Dec 8, 2021
1 parent be6c04b commit 4adf5bc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions configure.py
Original file line number Diff line number Diff line change
Expand Up @@ -567,10 +567,9 @@
dest='without_npm',
help='do not install the bundled npm (package manager)')

parser.add_argument('--without-corepack',
parser.add_option('--without-corepack',
action='store_true',
dest='without_corepack',
default=None,
help='do not install the bundled Corepack')

# Dummy option for backwards compatibility
Expand Down

0 comments on commit 4adf5bc

Please sign in to comment.