Skip to content

Commit

Permalink
WIP: Enable external sort temporary
Browse files Browse the repository at this point in the history
  • Loading branch information
k-takata committed May 25, 2017
1 parent b0d2b84 commit 5698c72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion win32/appveyor.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5698c72

Please sign in to comment.