mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-09-23 20:43:10 -04:00
Don't apply xapians patch on windows
The patch doesn't exist...
This commit is contained in:
parent
b7a3187b45
commit
5d967b3b26
@ -2,7 +2,6 @@ REM ========================================================
|
|||||||
REM Install xapian
|
REM Install xapian
|
||||||
curl -fsSL -O http://mirror.download.kiwix.org/dev/xapian-core-1.4.18.zip || exit /b 1
|
curl -fsSL -O http://mirror.download.kiwix.org/dev/xapian-core-1.4.18.zip || exit /b 1
|
||||||
7z x xapian-core-1.4.18.zip || exit /b 1
|
7z x xapian-core-1.4.18.zip || exit /b 1
|
||||||
%MINGW64_RUN% "cd /c/Projects/kiwix-build/xapian-core-1.4.18 && ../appveyor/apply_patch.sh xapian_remote.patch" || exit /b 1
|
|
||||||
cd xapian-core-1.4.18
|
cd xapian-core-1.4.18
|
||||||
mkdir build
|
mkdir build
|
||||||
cd build
|
cd build
|
||||||
|
Loading…
x
Reference in New Issue
Block a user