mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-08-14 06:12:47 -06:00
ide: Android builder c++11 fixes
git-svn-id: svn://ultimatepp.org/upp/trunk@8638 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
2dfcea4e06
commit
9b476be1df
5 changed files with 8 additions and 5 deletions
|
|
@ -32,7 +32,7 @@ bool AndroidNDK::Validate() const
|
|||
|
||||
String AndroidNDK::FindDefaultToolchain() const
|
||||
{
|
||||
Vector<String> toolchains = pick(FindToolchains());
|
||||
Vector<String> toolchains = FindToolchains();
|
||||
Sort(toolchains, StdGreater<String>());
|
||||
|
||||
return toolchains.GetCount() ? toolchains[toolchains.GetCount() - 1] : "";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue