Fix path for analyzer (#4484)
This commit is contained in:
committed by
Stanislav Erokhin
parent
8dc5b95337
commit
482da2149e
@@ -59,7 +59,7 @@ private static String getAnalyzerTargetName() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private String findAnalyzerBinary() {
|
private String findAnalyzerBinary() {
|
||||||
String result = "${rootProject.projectDir}/${analyzerToolDirectory}/${getAnalyzerTargetName()}/" +
|
String result = "${projectDir}/../${analyzerToolDirectory}/${getAnalyzerTargetName()}/" +
|
||||||
"${analyzerTool}ReleaseExecutable/${analyzerTool}${MPPTools.getNativeProgramExtension()}"
|
"${analyzerTool}ReleaseExecutable/${analyzerTool}${MPPTools.getNativeProgramExtension()}"
|
||||||
|
|
||||||
if (file(result).exists()) return result
|
if (file(result).exists()) return result
|
||||||
|
|||||||
Reference in New Issue
Block a user