Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf6b8c7e

Browse files
committed
Use libxml2 from depends cache
1 parent1651307 commitf6b8c7e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎build/helpers/dependencies.cmd

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,8 @@ CD /D %DOWNLOADS_DIR%
130130
:BUILD_XML
131131
TITLE Building xml...
132132
CD /D%DOWNLOADS_DIR%
133-
wget -c ftp://xmlsoft.org/libxml2/libxml2-%XML_VER%.tar.gz -O libxml2-%XML_VER%.tar.gz
133+
REM wget -c ftp://xmlsoft.org/libxml2/libxml2-%XML_VER%.tar.gz -O libxml2-%XML_VER%.tar.gz
134+
wget -c http://repo.postgrespro.ru/depends/libxml2-%XML_VER%.tar.gz -O libxml2-%XML_VER%.tar.gz
134135
rm -rf%DEPENDENCIES_BIN_DIR%\libxml2%DEPENDENCIES_SRC_DIR%\libxml2-*
135136
MKDIR%DEPENDENCIES_BIN_DIR%\libxml2
136137
tar xf libxml2-%XML_VER%.tar.gz -C%DEPENDENCIES_SRC_UDIR%||GOTO :ERROR

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp