mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-06-01 06:12:23 -06:00
Ide: Limit number of Android c++ runtimes to the current NDK state.
git-svn-id: svn://ultimatepp.org/upp/trunk@15229 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
4fcf517a29
commit
154ff652aa
2 changed files with 6 additions and 35 deletions
|
|
@ -864,8 +864,9 @@ String Ide::GetIncludePath()
|
|||
MergeWith(include, ";", ndk.GetIncludeDir());
|
||||
|
||||
String cppIncludeDir = ndk.GetCppIncludeDir(bm.Get("NDK_CPP_RUNTIME", ""));
|
||||
if(!cppIncludeDir.IsEmpty())
|
||||
if(!cppIncludeDir.IsEmpty()) {
|
||||
MergeWith(include, ";", cppIncludeDir);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue