Skip to content

Commit

Permalink
fix java home
Browse files Browse the repository at this point in the history
  • Loading branch information
retrogradeorbit committed Jul 7, 2020
1 parent a01ef9d commit b666c7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .appveyor/compile.bat
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if "%GRAALVM_HOME%"=="" (
echo Please set GRAALVM_HOME
exit /b
)
set JAVA_HOME=%GRAALVM_HOME%\bin
set JAVA_HOME=%GRAALVM_HOME%
set PATH=%GRAALVM_HOME%\bin;%PATH%
set /P NATIVEGL_VERSION=< .meta\VERSION

Expand Down

0 comments on commit b666c7c

Please sign in to comment.