summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorDon Bright <hugh.m.bright@gmail.com>2013-11-24 00:38:45 (GMT)
committerDon Bright <hugh.m.bright@gmail.com>2013-11-24 00:38:45 (GMT)
commitb204aba444bd838bd3fe27675323dce6d4123b19 (patch)
tree3d81a709ef0cdd87121c1ee4a5925c95ddaf4db1 /scripts
parentab102cec8518ffe1bc7ecefa7986e8390367c692 (diff)
mxe64 build fix. make 'qt disabled' message less confusing on test binary.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/mingw-x-build-dependencies.sh6
1 files changed, 1 insertions, 5 deletions
diff --git a/scripts/mingw-x-build-dependencies.sh b/scripts/mingw-x-build-dependencies.sh
index e9f124b..df8572f 100755
--- a/scripts/mingw-x-build-dependencies.sh
+++ b/scripts/mingw-x-build-dependencies.sh
@@ -48,11 +48,7 @@ if [ ! -e $MXEDIR ]; then
mkdir -p $MXEDIR
cd $MXEDIR/..
echo "Downloading MXE into " $PWD
- if [ "`echo $* | grep 64`" ]; then
- git clone -b multi-rebase git://github.com/tonytheodore/mxe.git $MXEDIR
- else
- git clone git://github.com/mxe/mxe.git $MXEDIR
- fi
+ git clone git://github.com/mxe/mxe.git $MXEDIR
fi
echo "entering" $MXEDIR
contact: Jan Huwald // Impressum