Fix POLYMC_JAVA_PATHS env not working on Windows
This commit is contained in:
parent
87cf38a377
commit
659f93b1de
@ -355,7 +355,7 @@ QList<QString> JavaUtils::FindJavaPaths()
|
||||
}
|
||||
}
|
||||
|
||||
return candidates;
|
||||
return addJavasFromEnv(candidates);
|
||||
}
|
||||
|
||||
#elif defined(Q_OS_MAC)
|
||||
|
Loading…
Reference in New Issue
Block a user