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

Skip to content

Commit 4aa7a7c

Browse files
committed
Use libxslt from depends cache
1 parent f6b8c7e commit 4aa7a7c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build/helpers/dependencies.cmd

+2-1
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,8 @@ CD /D %DOWNLOADS_DIR%
154154
:BUILD_XSLT
155155
TITLE Building xslt...
156156
CD /D %DOWNLOADS_DIR%
157-
wget -c ftp://xmlsoft.org/libxslt/libxslt-%XSLT_VER%.tar.gz -O libxslt-%XSLT_VER%.tar.gz
157+
REM wget -c ftp://xmlsoft.org/libxslt/libxslt-%XSLT_VER%.tar.gz -O libxslt-%XSLT_VER%.tar.gz
158+
wget -c http://repo.postgrespro.ru/depends/libxslt-%XSLT_VER%.tar.gz -O libxslt-%XSLT_VER%.tar.gz
158159
rm -rf %DEPENDENCIES_BIN_DIR%\libxslt %DEPENDENCIES_SRC_DIR%\libxslt-*
159160
MKDIR %DEPENDENCIES_BIN_DIR%\libxslt
160161
tar xf libxslt-%XSLT_VER%.tar.gz -C %DEPENDENCIES_SRC_UDIR% || GOTO :ERROR

0 commit comments

Comments
 (0)