mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 06:05:58 -06:00
ide: Fixed to compile
This commit is contained in:
parent
9a1322ecb1
commit
4544393d53
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue