X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Ftool.cpp;h=8aa75dcafd982646980871b59ff74c796d5a00ca;hb=0d95fee118a3fcd78f153dca5721d9fe19b6f6bf;hp=65a45041286e6a054649461bd65770cccc614d69;hpb=7ed7c30ee0ceb734f17fe0c6d4bc6d37fb2ab5a7;p=builder.git diff --git a/source/tool.cpp b/source/tool.cpp index 65a4504..8aa75dc 100644 --- a/source/tool.cpp +++ b/source/tool.cpp @@ -56,7 +56,7 @@ void Tool::set_executable(const string &command, bool cross) executable = builder.get_vfs().find_binary(command); if(!executable) - builder.problem(string(), format("Can't find executable %s for tool %s", command, tag)); + problems.push_back(format("Can't find executable %s", command)); }