Skip to content

Commit

Permalink
wscript: fix options in external projects
Browse files Browse the repository at this point in the history
  • Loading branch information
mittorn committed Dec 8, 2023
1 parent e4e4a27 commit e6956a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wscript
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ REFDLLS = [
]

def process_extra_projects_opts(ctx):
options, commands, envvars = ctx.parse_cmd_args()
options, commands, envvars = ctx.parse_cmd_args(allow_unknown = True)
projs = options.EXTRA_PROJECTS
if not projs:
return
Expand Down

0 comments on commit e6956a4

Please sign in to comment.