summaryrefslogtreecommitdiff
path: root/scripts/mingw-x-build-dependencies.sh
diff options
context:
space:
mode:
authorMarius Kintel <marius@kintel.net>2013-11-24 01:00:22 (GMT)
committerMarius Kintel <marius@kintel.net>2013-11-24 01:00:22 (GMT)
commit20eba5782945733e43977b6f4105f58c3f7af8ac (patch)
tree98e6f12979276a6582db0ae6c3cfc74902ecc24d /scripts/mingw-x-build-dependencies.sh
parent7b526bc27ab70f362332640987bc3f8c363b3659 (diff)
parentb204aba444bd838bd3fe27675323dce6d4123b19 (diff)
Merge branch 'master' of github.com:openscad/openscad
Diffstat (limited to 'scripts/mingw-x-build-dependencies.sh')
-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