am 60ef9d5b
: Merge "jdk error message should not mention the version"
* commit '60ef9d5b263bdc6799bb6495bdd34877647d07fe': jdk error message should not mention the version
This commit is contained in:
commit
61cf1df7ed
1 changed files with 1 additions and 1 deletions
|
@ -372,7 +372,7 @@ endif
|
|||
|
||||
ifneq ($(HOST_JDK_TOOLS_JAR),)
|
||||
ifeq ($(wildcard $(HOST_JDK_TOOLS_JAR)),)
|
||||
$(error Error: could not find jdk tools.jar, please install JDK6)
|
||||
$(error Error: could not find jdk tools.jar, please check if your JDK was installed correctly)
|
||||
endif
|
||||
endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue