Merge pull request #357 from FayneAldan/patch-1

Fix POLYMC_JAVA_PATHS env not working on Windows
This commit is contained in:
Sefa Eyeoglu 2022-03-29 11:23:29 +02:00 committed by GitHub
commit 575c92ec47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -355,7 +355,7 @@ QList<QString> JavaUtils::FindJavaPaths()
}
}
return candidates;
return addJavasFromEnv(candidates);
}
#elif defined(Q_OS_MAC)