Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 10c39e2

Browse files
committed
Added copy libpgfeutils.lib to install
1 parent 8017bad commit 10c39e2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

build/helpers/postgres.cmd

+4-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ GOTO :NOLOAD
2121
TITLE Building PostgreSQL...
2222
CD /D %DOWNLOADS_DIR%
2323
IF "%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
)
2626
IF NOT "%GIT_BRANCH%"=="" (
2727
rm -rf %BUILD_DIR%\postgresql
@@ -178,6 +178,9 @@ cp -va %DEPENDENCIES_BIN_DIR%/libxslt/lib/*t.lib %BUILD_DIR%\distr_%ARCH%_%PGVER
178178
cp -va %DEPENDENCIES_BIN_DIR%/openssl/lib/VC/*eay32.lib %BUILD_DIR%\distr_%ARCH%_%PGVER%\postgresql\lib || GOTO :ERROR
179179
cp -va %DEPENDENCIES_BIN_DIR%/zlib/lib/zdll.lib %BUILD_DIR%\distr_%ARCH%_%PGVER%\postgresql\lib || GOTO :ERROR
180180
cp -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+
181184
rem Copy msys shell and sed
182185
CD /D %BUILD_DIR%\distr_%ARCH%_%PGVER%\postgresql\bin
183186
if exist pgpro_upgrade 7z x %DOWNLOADS_DIR%\min_msys_%ARCH%.zip

0 commit comments

Comments
 (0)