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
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue