make/autoconf/spec.gmk.in
changeset 53110 50677f43ac3d
parent 53087 f48737b2f428
child 53157 3d60a1696e19
--- a/make/autoconf/spec.gmk.in	Tue Jan 01 20:09:02 2019 -0500
+++ b/make/autoconf/spec.gmk.in	Wed Jan 02 12:59:26 2019 +0100
@@ -122,7 +122,12 @@
 ifeq ($(OPENJDK_TARGET_OS), windows)
   # On Windows, the Visual Studio toolchain needs the PATH to be adjusted
   # to include Visual Studio tools (this needs to be in cygwin/msys style).
-  export PATH:=@VS_PATH@
+  ifeq ($(OPENJDK_TARGET_OS_ENV), windows.wsl)
+    export FIXPATH_PATH:=@VS_PATH_WINDOWS@
+    export WSLENV:=$(WSLENV):FIXPATH_PATH:DEBUG_FIXPATH
+  else
+    export PATH:=@VS_PATH@
+  endif
 endif
 
 SYSROOT_CFLAGS := @SYSROOT_CFLAGS@