Skip to content

Commit 868ee1a

Browse files
committed
Yet another case for command sink
commit_hash:2c66042b0d22659b2a4899335d137301030b26ae
1 parent 07573cc commit 868ee1a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

devtools/ymake/module_builder.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -911,6 +911,7 @@ bool TModuleBuilder::GenStatement(const TStringBuf& name, const TVector<TStringB
911911
TAutoPtr<TCommandInfo> cmdInfo = new TCommandInfo(Conf, &Graph, &UpdIter, &Module);
912912
TVarStrEx cmd(name);
913913
cmd.IsMacro = true;
914+
cmdInfo->SetCommandSink(&Commands);
914915
cmdInfo->Init("SRCS", cmd, &args, *this);
915916

916917
FileGroupCmds.emplace_back(varId, cmdInfo);

0 commit comments

Comments
 (0)