File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ GOTO :NOLOAD
2121TITLE Building PostgreSQL...
2222CD /D %DOWNLOADS_DIR%
2323IF " %GIT_PATH% " == " " (
24- SET GIT_PATH = https ://git.postgrespro.ru/pgpro-dev/postgrespro .git
24+ SET GIT_PATH = git ://git.postgresql.org/git/postgresql .git
2525)
2626IF NOT " %GIT_BRANCH% " == " " (
2727rm -rf %BUILD_DIR% \postgresql
@@ -178,6 +178,9 @@ cp -va %DEPENDENCIES_BIN_DIR%/libxslt/lib/*t.lib %BUILD_DIR%\distr_%ARCH%_%PGVER
178178cp -va %DEPENDENCIES_BIN_DIR% /openssl/lib/VC/*eay32.lib %BUILD_DIR% \distr_%ARCH% _%PGVER% \postgresql\lib || GOTO :ERROR
179179cp -va %DEPENDENCIES_BIN_DIR% /zlib/lib/zdll.lib %BUILD_DIR% \distr_%ARCH% _%PGVER% \postgresql\lib || GOTO :ERROR
180180cp -va %DEPENDENCIES_BIN_DIR% /uuid/lib/uuid.lib %BUILD_DIR% \distr_%ARCH% _%PGVER% \postgresql\lib || GOTO :ERROR
181+
182+ cp -va %BUILD_DIR% /postgresql/*%PGVER% */Release/libpgfeutils/libpgfeutils.lib %BUILD_DIR% \distr_%ARCH% _%PGVER% \postgresql\lib || GOTO :ERROR
183+
181184rem Copy msys shell and sed
182185CD /D %BUILD_DIR% \distr_%ARCH% _%PGVER% \postgresql\bin
183186if exist pgpro_upgrade 7z x %DOWNLOADS_DIR% \min_msys_%ARCH% .zip
You can’t perform that action at this time.
0 commit comments