mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-01-23 23:13:38 -06:00
Fix Windows build.
This commit is contained in:
parent
0e03712a85
commit
446c2a19a5
2
Make.bat
2
Make.bat
@ -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
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user