From fb4b7ab97a180790b0f3d7afbc00a49656d435bd Mon Sep 17 00:00:00 2001 From: Eduard Braun Date: Thu, 19 Jul 2018 00:32:58 +0200 Subject: CMake/MSYS2: Update for enchant-2 Re-enable usage of enchant-2 after 3f5b88a264397918cf7e1623d0e5e8828a5ceb77 (while not failing completely anymore enchant-2 is still broken unfortunately) --- buildtools/appveyor.sh | 4 ---- 1 file changed, 4 deletions(-) (limited to 'buildtools') diff --git a/buildtools/appveyor.sh b/buildtools/appveyor.sh index 33c0f4b11..649de66ba 100644 --- a/buildtools/appveyor.sh +++ b/buildtools/appveyor.sh @@ -42,10 +42,6 @@ export CCACHE_DIR=$(cygpath -a ccache/master) ccache --max-size=200M ccache --set-config=sloppiness=include_file_ctime,include_file_mtime -# temporarily use old enchant (enchant-2 is currently broken) -wget -nv http://repo.msys2.org/mingw/$MSYSTEM_CARCH/$MINGW_PACKAGE_PREFIX-enchant-1.6.1-1-any.pkg.tar.xz \ - && pacman -U $MINGW_PACKAGE_PREFIX-enchant-1.6.1-1-any.pkg.tar.xz --noconfirm - ### build / test -- cgit v1.2.3