make/autoconf/spec.gmk.in
branchJDK-8215445-branch
changeset 57075 168830ded68a
parent 57074 12615de8335e
child 57081 a55844323727
--- a/make/autoconf/spec.gmk.in	Fri Dec 14 17:12:14 2018 -0800
+++ b/make/autoconf/spec.gmk.in	Mon Dec 17 09:35:15 2018 -0800
@@ -123,8 +123,7 @@
   # 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_PATH:=@VS_PATH_WINDOWS@
-    export WSLENV:=$(WSLENV):FIXPATH_PATH:DEBUG_FIXPATH
+    export FIXPATH_WSL:=@FIXPATH_WSL@
   else
     export PATH:=@VS_PATH@
   endif