Don't apply xapians patch on windows

The patch doesn't exist...
This commit is contained in:
Matthieu Gautier 2022-04-11 18:13:53 +02:00
parent b7a3187b45
commit 5d967b3b26
1 changed files with 0 additions and 1 deletions

View File

@ -2,7 +2,6 @@ REM ========================================================
REM Install xapian
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
%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
mkdir build
cd build