mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-07 12:50:38 +08:00
waflib: subproject: restore environment in build context
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user