From 156d4f8029c65e1fc1b503bbf5af5f630f9990a3 Mon Sep 17 00:00:00 2001 From: "K.Takata" Date: Fri, 26 May 2017 00:58:50 +0900 Subject: [PATCH] WIP: Enable external sort temporary --- win32/appveyor.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/win32/appveyor.bat b/win32/appveyor.bat index be680916b5..ac9ea8da2b 100755 --- a/win32/appveyor.bat +++ b/win32/appveyor.bat @@ -102,7 +102,7 @@ bash -lc "./autogen.sh" :: Workaround for "./configure: line 557: 0: Bad file descriptor" perl -i".bak" -pe "s/^test -n \".DJDIR\"/#$&/" configure :: Use static link. -bash -lc "./configure --enable-iconv --disable-external-sort EXTRA_CFLAGS='-static -DLIBXML_STATIC' LIBS='-lz -llzma -lws2_32' && make" +bash -lc "./configure --enable-iconv EXTRA_CFLAGS='-static -DLIBXML_STATIC' LIBS='-lz -llzma -lws2_32' && make" :: Check filetype (msys2 binaries) c:\cygwin\bin\file ctags.exe