ide: Optimised build system / pkg-config handling

This commit is contained in:
Mirek Fidler 2022-12-20 14:52:04 +01:00
parent e46cd032cd
commit d85ef7540e
7 changed files with 27 additions and 1 deletions

View file

@ -30,6 +30,7 @@ void Ide::BeginBuilding(bool clear_console)
{
SetupDefaultMethod();
HdependTimeDirty();
Builder::cmdx_cache.Clear();
Renumber();
StopDebug();
ShowConsole();