diff --git a/wscript b/wscript index f978f896..03ac85b1 100644 --- a/wscript +++ b/wscript @@ -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