We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b840be commit a5ec458Copy full SHA for a5ec458
scripts/mingw-x-build-dependencies.sh
@@ -53,13 +53,13 @@ if [ ! -e $MXEDIR ]; then
53
mkdir -p $MXEDIR
54
cd $MXEDIR/..
55
echo "Downloading MXE into " $PWD
56
- git clone git://github.com/mxe/mxe.git $MXEDIR
+ git clone git://github.com/openscad/mxe.git $MXEDIR
57
fi
58
59
echo "entering" $MXEDIR
60
cd $MXEDIR
61
-echo 'checkout master branch'
62
-git checkout master
+echo 'checkout openscad-snapshot-build branch'
+git checkout openscad-snapshot-build
63
if [ "`echo $* | grep 64`" ]; then
64
MXE_TARGETS='x86_64-w64-mingw32.static'
65
if [ "`echo $* | grep download`" ]; then
0 commit comments