Commit 8393fa5b authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Win32: remove dead cygwin options

parent af3eeea5
......@@ -28,12 +28,4 @@ OPTIONS="
--enable-zvbi --disable-telx
--enable-nls"
if gcc -v 2>/dev/null -a echo | gcc -mno-cygwin -E -2>/dev/null 2>&1
then
echo Cygwin detected, adjusting options
export CC="gcc -mno-cygwin"
export CXX="g++ -mno-cygwin"
OPTIONS="${OPTIONS} --disable-taglib --disable-mkv"
fi
sh "$(dirname $0)"/../../../configure ${OPTIONS} $*
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment