Skip to content

Commit a5ec458

Browse files
committed
Switch to MXE hosted in openscad github / branch openscad-snapshot-build.
1 parent 1b840be commit a5ec458

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/mingw-x-build-dependencies.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,13 @@ if [ ! -e $MXEDIR ]; then
5353
mkdir -p $MXEDIR
5454
cd $MXEDIR/..
5555
echo "Downloading MXE into " $PWD
56-
git clone git://github.com/mxe/mxe.git $MXEDIR
56+
git clone git://github.com/openscad/mxe.git $MXEDIR
5757
fi
5858

5959
echo "entering" $MXEDIR
6060
cd $MXEDIR
61-
echo 'checkout master branch'
62-
git checkout master
61+
echo 'checkout openscad-snapshot-build branch'
62+
git checkout openscad-snapshot-build
6363
if [ "`echo $* | grep 64`" ]; then
6464
MXE_TARGETS='x86_64-w64-mingw32.static'
6565
if [ "`echo $* | grep download`" ]; then

0 commit comments

Comments
 (0)