Fix settings not being properly re-evaluated on access

This commit is contained in:
baldurk
2020-05-14 19:28:09 +01:00
parent 5306b18ad0
commit 6b657965b1
17 changed files with 67 additions and 70 deletions
+2 -2
View File
@@ -187,8 +187,8 @@ rdcstr getToolPath(ToolDir subdir, const rdcstr &toolname, bool checkExist)
// its client-server setup, so if we run our bundled adb that might be newer than the user's, they
// will then get fighting back and forth when trying to run their own.
rdcstr sdk = Android_SDKDirPath;
rdcstr jdk = Android_JDKDirPath;
rdcstr sdk = Android_SDKDirPath();
rdcstr jdk = Android_JDKDirPath();
ToolPathCache &cache = getCache();