From 2e9e38aba151bede8487f90c410dac7253bf9522 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Fri, 3 Nov 2017 17:34:51 +0100 Subject: [PATCH] Revert "Work around using Python in Cygwin AppVeyor build" This reverts commit 257974e3214f5869af04a39b0b1e2e226e72b67c as it shouldn't be needed any more after the last commit. --- build/tools/appveyor.bat | 3 --- 1 file changed, 3 deletions(-) diff --git a/build/tools/appveyor.bat b/build/tools/appveyor.bat index 4d66deebe6..d703d23e0f 100644 --- a/build/tools/appveyor.bat +++ b/build/tools/appveyor.bat @@ -41,9 +41,6 @@ path c:\cygwin\bin;%path% set CHERE_INVOKING=yes :: Workaround for "configure: Bad file descriptor" perl -i".bak" -pe "s/^test -n \".DJDIR\"/#$&/" configure -:: Workaround for currently broken Python under Cygwin: don't use it for -:: running gen_iface.py. -touch include/wx/stc/stc.h bash -lc "g++ --version" bash -lc "LDFLAGS=-L/usr/lib/w32api ./configure --disable-optimise --disable-shared && make -j3" goto :eof