File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -118,6 +118,9 @@ rem cp -va %DEPENDENCIES_BIN_DIR%/libintl/lib/libintl.dll %BUILD_DIR%\postgresql
118118rem cp -va %DEPENDENCIES_BIN_DIR%/iconv/lib/libiconv.dll %BUILD_DIR%\postgresql\%PGTARNAME%-%PGVER%\ || GOTO :ERROR
119119rem cp -va %DEPENDENCIES_BIN_DIR%/iconv/lib/iconv.dll %BUILD_DIR%\postgresql\%PGTARNAME%-%PGVER%\ || GOTO :ERROR
120120
121+ rem We need ICONV and LibIntl DLLS available during install for ZIC to work
122+ rem no need to copy them, just add to PATH
123+ PATH %PATH% ;%DEPENDENCIES_BIN_DIR% \libintl\lib;%DEPENDENCIES_BIN_DIR% \iconv\lib
121124%PERL_EXE% install.pl %BUILD_DIR% \distr_%ARCH% _%PGVER% \postgresql || GOTO :ERROR
122125cp -va %DEPENDENCIES_BIN_DIR% /libintl/lib/*.dll %BUILD_DIR% \distr_%ARCH% _%PGVER% \postgresql\bin || GOTO :ERROR
123126cp -va %DEPENDENCIES_BIN_DIR% /iconv/lib/*.dll %BUILD_DIR% \distr_%ARCH% _%PGVER% \postgresql\bin || GOTO :ERROR
You can’t perform that action at this time.
0 commit comments