ide: Fixed to compile

This commit is contained in:
Mirek Fidler 2026-04-18 13:42:22 +02:00
parent 9a1322ecb1
commit 4544393d53

View file

@ -884,7 +884,7 @@ void Ide::IncludeAddPkgConfig(String& include_path, const String& clang_method)
const Workspace& wspc = GetIdeWorkspace();
Host host;
if(clang_method.GetCount())
CreateHost(host, clang_method, false, false);
CreateHost(host, clang_method, false, false, 0);
else
CreateHost(host, false, false);
One<Builder> b = CreateBuilder(&host);