2
0
mirror of https://github.com/FWGS/xash3d-fwgs synced 2024-11-22 01:45:19 +01:00

wscript: fix options in external projects

This commit is contained in:
mittorn 2023-12-08 23:48:35 +03:00
parent ccafb33c20
commit d52a8de0d6

View File

@ -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