Fix Windows build.

This commit is contained in:
Dave Page 2021-01-25 09:09:36 +00:00
parent 0e03712a85
commit 446c2a19a5

View File

@ -133,7 +133,7 @@ REM Main build sequence Ends
IF NOT EXIST "%PGADMIN_KRB5_DIR%" ( IF NOT EXIST "%PGADMIN_KRB5_DIR%" (
ECHO !PGADMIN_KRB5_DIR! does not exist. 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 EXIT /B 1
) )