File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -105,6 +105,10 @@ REM remove test_* extensions after install
105
105
rm -rf %BUILD_UDIR% /distr_%ARCH% _%PGVER% /postgresql/share/extension/test_* || GOTO :ERROR
106
106
rm -rf %BUILD_UDIR% /distr_%ARCH% _%PGVER% /postgresql/lib/test_* || GOTO :ERROR
107
107
108
+ REM remove python3 extensions
109
+ rm -rf %BUILD_UDIR% /distr_%ARCH% _%PGVER% /postgresql/share/extension/*python3* || GOTO :ERROR
110
+ rm -rf %BUILD_UDIR% /distr_%ARCH% _%PGVER% /postgresql/lib/*python3* || GOTO :ERROR
111
+
108
112
IF EXIST ..\..\..\doc\buildinfo.txt COPY ..\..\..\doc\buildinfo.txt %BUILD_DIR% \distr_%ARCH% _%PGVER% \postgresql\doc
109
113
rem now actually copy DLLs of dependencies into our bindir
110
114
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