File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -81,8 +81,9 @@ CD %BUILD_DIR%\postgresql\*%PGVER%*\src\tools\msvc
81
81
82
82
REM xcopy /Y %DEPENDENCIES_BIN_DIR%\libintl\lib\*.dll %BUILD_DIR%\postgresql\*%PGVER%*\ || GOTO :ERROR
83
83
REM xcopy /Y %DEPENDENCIES_BIN_DIR%\iconv\lib\*.dll %BUILD_DIR%\postgresql\*%PGVER%*\ || GOTO :ERROR
84
- cp -va %DEPENDENCIES_BIN_DIR% \libintl\lib\*.dll %BUILD_DIR% \postgresql\postgresql-%PGVER% \ || GOTO :ERROR
85
- cp -va %DEPENDENCIES_BIN_DIR% \iconv\lib\*.dll %BUILD_DIR% \postgresql\postgresql-%PGVER% \ || GOTO :ERROR
84
+ cp -va %DEPENDENCIES_BIN_DIR% \libintl\lib\libintl.dll %BUILD_DIR% \postgresql\postgresql-%PGVER% \ || GOTO :ERROR
85
+ cp -va %DEPENDENCIES_BIN_DIR% \iconv\lib\libiconv.dll %BUILD_DIR% \postgresql\postgresql-%PGVER% \ || GOTO :ERROR
86
+ cp -va %DEPENDENCIES_BIN_DIR% \iconv\lib\iconv.dll %BUILD_DIR% \postgresql\postgresql-%PGVER% \ || GOTO :ERROR
86
87
87
88
perl install.pl %BUILD_DIR% \distr_%ARCH% _%PGVER% \postgresql || GOTO :ERROR
88
89
cp -va %DEPENDENCIES_BIN_DIR% /libintl/lib/*.dll %BUILD_DIR% \distr_%ARCH% _%PGVER% \postgresql\bin || GOTO :ERROR
You can’t perform that action at this time.
0 commit comments