summaryrefslogtreecommitdiff
path: root/scripts/mingw-x-build-dependencies.sh
diff options
context:
space:
mode:
authordon bright <hugh.m.bright@gmail.com>2012-12-03 04:16:15 (GMT)
committerdon bright <hugh.m.bright@gmail.com>2012-12-03 04:16:15 (GMT)
commitd57029a52ba6a815ac5c9cc6c5f4dc7205fcc8cd (patch)
treee43f215bc44a27b0c6a8b2ff0a22c64c94af8297 /scripts/mingw-x-build-dependencies.sh
parentb04734cbf57db78d188cff9de9a4e33b2366534b (diff)
fix bug where if $MXEDIR didn't already exist, build failed
Diffstat (limited to 'scripts/mingw-x-build-dependencies.sh')
-rwxr-xr-xscripts/mingw-x-build-dependencies.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/mingw-x-build-dependencies.sh b/scripts/mingw-x-build-dependencies.sh
index 76bb7d4..ee51848 100755
--- a/scripts/mingw-x-build-dependencies.sh
+++ b/scripts/mingw-x-build-dependencies.sh
@@ -41,8 +41,9 @@ if [ ! -e $BASEDIR ]; then
fi
if [ ! -e $MXEDIR ]; then
- echo "Downloading MXE into " $MXEDIR
+ mkdir -p $MXEDIR
cd $MXEDIR/..
+ echo "Downloading MXE into " $PWD
git clone git://github.com/mxe/mxe.git
fi
contact: Jan Huwald // Impressum