Revert "Work around using Python in Cygwin AppVeyor build"

This reverts commit 257974e321 as it
shouldn't be needed any more after the last commit.
This commit is contained in:
Vadim Zeitlin 2017-11-03 17:34:51 +01:00
parent 69d3c2bf50
commit 2e9e38aba1

View File

@ -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