mirror of
https://github.com/mongodb/mongo.git
synced 2024-12-01 09:32:32 +01:00
SERVER-59425 fix for_signature subst list for ninja generated command actions.
This commit is contained in:
parent
09cab4df73
commit
0f3cd5391f
@ -1087,7 +1087,7 @@ def get_command(env, node, action): # pylint: disable=too-many-branches
|
||||
# Generate a real CommandAction
|
||||
if isinstance(action, SCons.Action.CommandGeneratorAction):
|
||||
# pylint: disable=protected-access
|
||||
action = action._generate(tlist, slist, sub_env, 1, executor=executor)
|
||||
action = action._generate(tlist, slist, sub_env, 0, executor=executor)
|
||||
|
||||
variables = {}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user