File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -148,7 +148,8 @@ cp -va %DEPENDENCIES_BIN_DIR%/openssl/lib/VC/*eay32.lib %BUILD_DIR%\distr_%ARCH%
148
148
cp -va %DEPENDENCIES_BIN_DIR% /zlib/lib/zdll.lib %BUILD_DIR% \distr_%ARCH% _%PGVER% \postgresql\lib || GOTO :ERROR
149
149
cp -va %DEPENDENCIES_BIN_DIR% /uuid/lib/uuid.lib %BUILD_DIR% \distr_%ARCH% _%PGVER% \postgresql\lib || GOTO :ERROR
150
150
151
- cp -va %BUILD_DIR% /postgresql/*%PGVER% */Release/libpgfeutils/libpgfeutils.lib %BUILD_DIR% \distr_%ARCH% _%PGVER% \postgresql\lib || GOTO :ERROR
151
+ SET LIBPGFEUTILS = %BUILD_DIR% /postgresql/*%PGVER% */Release/libpgfeutils/libpgfeutils.lib
152
+ IF EXIST %LIBPGFEUTILS% cp -va %LIBPGFEUTILS% %BUILD_DIR% \distr_%ARCH% _%PGVER% \postgresql\lib || GOTO :ERROR
152
153
153
154
REM remove test_* extensions after install
154
155
rm -rf %BUILD_UDIR% /distr_%ARCH% _%PGVER% /postgresql/share/extension/test_* || GOTO :ERROR
You can’t perform that action at this time.
0 commit comments