From 85e8d5b217c16ce85c94f222c140738e637558ed Mon Sep 17 00:00:00 2001 From: FriwiDev Date: Thu, 18 Nov 2021 01:03:58 +0100 Subject: [PATCH] Debug windows build --- scripts/run_windows.bat | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/run_windows.bat b/scripts/run_windows.bat index 585b315..ba91702 100644 --- a/scripts/run_windows.bat +++ b/scripts/run_windows.bat @@ -60,10 +60,12 @@ git checkout %REF% GOTO :BUILD :ARMJVM +dir C:\arm64jdk FOR %%F IN (C:\arm64jdk\*) DO ( set JDK=%%F goto cont ) :cont set "PATH=C:/arm64jdk/%JDK%;%PATH%" +echo %PATH% GOTO :CONTBUILD