mirror of
https://github.com/jcefmaven/jcefbuild.git
synced 2025-09-17 12:56:37 +08:00
Debug windows build
This commit is contained in:
parent
5764008a44
commit
85e8d5b217
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user