diff --git a/build/tools/appveyor.bat b/build/tools/appveyor.bat index 991f4875df..ddf28794b2 100644 --- a/build/tools/appveyor.bat +++ b/build/tools/appveyor.bat @@ -32,7 +32,7 @@ set CHERE_INVOKING=yes :: Workaround for "configure: Bad file descriptor" perl -i".bak" -pe "s/^test -n \".DJDIR\"/#$&/" configure bash -lc "g++ --version" -bash -lc "CXXFLAGS=-Wno-deprecated-declarations ./configure --disable-optimise --disable-xrc && make -j3" +bash -lc "CXXFLAGS=-Wno-deprecated-declarations ./configure --disable-optimise && make -j3" goto :eof :cygwin @@ -42,5 +42,5 @@ set CHERE_INVOKING=yes :: Workaround for "configure: Bad file descriptor" perl -i".bak" -pe "s/^test -n \".DJDIR\"/#$&/" configure bash -lc "g++ --version" -bash -lc "LDFLAGS=-L/usr/lib/w32api ./configure --disable-optimise --disable-shared --disable-aui --disable-html --disable-ribbon --disable-richtext --disable-stc && make -j3" +bash -lc "LDFLAGS=-L/usr/lib/w32api ./configure --disable-optimise --disable-shared && make -j3" goto :eof