Merge branch 'master' of github.com:openscad/openscad

brodykenrick-master
Marius Kintel 2013-11-23 20:00:22 -05:00
commit 20eba57829
2 changed files with 2 additions and 6 deletions

View File

@ -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

View File

@ -84,7 +84,7 @@ std::string PlatformUtils::info()
#ifdef QT_VERSION
std::string qtVersion = qVersion();
#else
std::string qtVersion = "Qt disabled";
std::string qtVersion = "Qt disabled - Commandline Test Version";
#endif
#ifdef ENABLE_CGAL