OpenJDK / jdk / jdk
changeset 59305:231fc21356e1
8245093: WSL support broke cygwin toolchain detection
Reviewed-by: erikj
author | ihse |
---|---|
date | Fri, 15 May 2020 18:13:20 +0200 |
parents | df9b06a8a184 |
children | adab8762e00f |
files | make/autoconf/basic_tools.m4 |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/make/autoconf/basic_tools.m4 Tue May 12 21:51:53 2020 +0100 +++ b/make/autoconf/basic_tools.m4 Fri May 15 18:13:20 2020 +0200 @@ -97,7 +97,7 @@ UTIL_PATH_PROGS(NICE, nice) UTIL_PATH_PROGS(LSB_RELEASE, lsb_release) - UTIL_PATH_PROGS(CMD, cmd.exe, /mnt/c/Windows/System32) + UTIL_PATH_PROGS(CMD, cmd.exe, $PATH /cygdrive/c/Windows/System32 /mnt/c/Windows/System32) ]) ###############################################################################