mirror of
https://github.com/FWGS/xash3d-fwgs
synced 2025-01-30 04:20:07 +01:00
waflib: subproject: restore environment in build context
This commit is contained in:
parent
968994bba5
commit
eb650b71ad
@ -123,5 +123,7 @@ def add_subproject(ctx, names):
|
||||
for name in names_lst:
|
||||
if name in IGNORED_SUBDIRS:
|
||||
return
|
||||
saveenv = ctx.env
|
||||
ctx.env = ctx.all_envs[name]
|
||||
ctx.recurse(name)
|
||||
ctx.recurse(name)
|
||||
ctx.env = saveenv
|
||||
|
Loading…
x
Reference in New Issue
Block a user