Fix Windows build.

pull/39/head
Dave Page 2021-01-25 09:09:36 +00:00
parent 0e03712a85
commit 446c2a19a5
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ REM Main build sequence Ends
IF NOT EXIST "%PGADMIN_KRB5_DIR%" (
ECHO !PGADMIN_KRB5_DIR! does not exist.
ECHO Please install Kfw (Kerberos) and set the PGADMIN_KRB5_DIR environment variable.
ECHO Please install MIT Kerberos for Windows and set the PGADMIN_KRB5_DIR environment variable.
EXIT /B 1
)