make/autoconf/spec.gmk.in
branchJDK-8215445-branch
changeset 57081 a55844323727
parent 57075 168830ded68a
child 57093 031640f92352
--- a/make/autoconf/spec.gmk.in	Mon Dec 17 09:35:15 2018 -0800
+++ b/make/autoconf/spec.gmk.in	Wed Dec 19 00:50:05 2018 -0800
@@ -123,7 +123,8 @@
   # 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).
   ifeq ($(OPENJDK_TARGET_OS_ENV), windows.wsl)
-    export FIXPATH_WSL:=@FIXPATH_WSL@
+    export FIXPATH_PATH:=@VS_PATH_WINDOWS@
+    export WSLENV:=$(WSLENV):FIXPATH_PATH:DEBUG_FIXPATH
   else
     export PATH:=@VS_PATH@
   endif