wscript: fix options in external projects

This commit is contained in:
mittorn
2023-12-08 23:48:35 +03:00
committed by Alibek Omarov
parent a5f3fce665
commit 9484effd4c

View File

@@ -105,7 +105,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