mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-01-17 18:40:02 +00: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