mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-09-10 03:54:54 -06:00
ide: gdb issues
git-svn-id: svn://ultimatepp.org/upp/trunk@9089 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
d5f7082d16
commit
6bcade83e3
6 changed files with 19 additions and 14 deletions
|
|
@ -3,7 +3,7 @@
|
|||
String Ide::GetAndroidSdkPath()
|
||||
{
|
||||
VectorMap<String, String> bm = GetMethodVars(method);
|
||||
if(bm.Get("BUILDER") == "ANDROID")
|
||||
if(bm.Get("BUILDER", "") == "ANDROID")
|
||||
return bm.Get("SDK_PATH");
|
||||
return String();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue