From 87d553d134042e426417cc190661be6e826f0307 Mon Sep 17 00:00:00 2001 From: Don Bright Date: Sat, 22 Mar 2014 01:36:09 -0500 Subject: [PATCH] .static not in stable branch of mxe yet, revert prev. commit --- scripts/mingw-x-build-dependencies.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/mingw-x-build-dependencies.sh b/scripts/mingw-x-build-dependencies.sh index c6e99615..db37a3c5 100755 --- a/scripts/mingw-x-build-dependencies.sh +++ b/scripts/mingw-x-build-dependencies.sh @@ -59,14 +59,14 @@ fi echo "entering" $MXEDIR cd $MXEDIR if [ "`echo $* | grep 64`" ]; then - MXE_TARGETS='x86_64-w64-mingw32.static' + MXE_TARGETS='x86_64-w64-mingw32' if [ "`echo $* | grep download`" ]; then PACKAGES='download-mpfr download-eigen download-opencsg download-cgal download-qt download-glib' else PACKAGES='mpfr eigen opencsg cgal qt glib' fi else - MXE_TARGETS='i686-pc-mingw32.static' + MXE_TARGETS='i686-pc-mingw32' if [ "`echo $* | grep download`" ]; then PACKAGES='download-mpfr download-eigen download-opencsg download-cgal download-qt download-nsis download-glib' else