Skip to content

Commit

Permalink
Fix multiple calls to --skip fails
Browse files Browse the repository at this point in the history
  • Loading branch information
danyeaw committed Jun 9, 2023
1 parent 2fd3a2c commit d29bbce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gvsbuild/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ def build(
help="Command line options to pass to msbuild.",
rich_help_panel="Options to Pass to Build Systems",
),
skip: str = typer.Option(
skip: List[str] = typer.Option(
None,
help="Project to avoid building, can be run multiple times.",
rich_help_panel="Skip and Cleanup Options",
Expand Down

0 comments on commit d29bbce

Please sign in to comment.