Switch to MXE hosted in openscad github / branch openscad-snapshot-build.

master
Torsten Paul 2015-03-24 01:23:05 +01:00
parent 1b840be127
commit a5ec4587b6
1 changed files with 3 additions and 3 deletions

View File

@ -53,13 +53,13 @@ if [ ! -e $MXEDIR ]; then
mkdir -p $MXEDIR
cd $MXEDIR/..
echo "Downloading MXE into " $PWD
git clone git://github.com/mxe/mxe.git $MXEDIR
git clone git://github.com/openscad/mxe.git $MXEDIR
fi
echo "entering" $MXEDIR
cd $MXEDIR
echo 'checkout master branch'
git checkout master
echo 'checkout openscad-snapshot-build branch'
git checkout openscad-snapshot-build
if [ "`echo $* | grep 64`" ]; then
MXE_TARGETS='x86_64-w64-mingw32.static'
if [ "`echo $* | grep download`" ]; then