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:
@@ -41,9 +41,6 @@ path c:\cygwin\bin;%path%
|
|||||||
set CHERE_INVOKING=yes
|
set CHERE_INVOKING=yes
|
||||||
:: Workaround for "configure: Bad file descriptor"
|
:: Workaround for "configure: Bad file descriptor"
|
||||||
perl -i".bak" -pe "s/^test -n \".DJDIR\"/#$&/" configure
|
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 "g++ --version"
|
||||||
bash -lc "LDFLAGS=-L/usr/lib/w32api ./configure --disable-optimise --disable-shared && make -j3"
|
bash -lc "LDFLAGS=-L/usr/lib/w32api ./configure --disable-optimise --disable-shared && make -j3"
|
||||||
goto :eof
|
goto :eof
|
||||||
|
Reference in New Issue
Block a user