summaryrefslogtreecommitdiff
path: root/scripts/mingw-x-build-dependencies.sh
diff options
context:
space:
mode:
authordon bright <hugh.m.bright@gmail.com>2012-08-03 11:30:28 (GMT)
committerdon bright <hugh.m.bright@gmail.com>2012-08-03 11:30:28 (GMT)
commit7b9a838abe730f7ddd5eca8b8376dc6af10c9a49 (patch)
tree14e036e4361cd52e1165bf49c372bee969553c64 /scripts/mingw-x-build-dependencies.sh
parent08b07769859ef4905a72b54c58e2e7891d3ac0a5 (diff)
update the 'release checklist' and integrate with mingw crossbuild
Diffstat (limited to 'scripts/mingw-x-build-dependencies.sh')
-rwxr-xr-xscripts/mingw-x-build-dependencies.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/scripts/mingw-x-build-dependencies.sh b/scripts/mingw-x-build-dependencies.sh
index 6856ba1..1ea7d14 100755
--- a/scripts/mingw-x-build-dependencies.sh
+++ b/scripts/mingw-x-build-dependencies.sh
@@ -39,9 +39,6 @@ fi
if [ ! -e $BASEDIR ]; then
mkdir -p $BASEDIR
fi
-if [ ! -e $DEPLOYDIR ]; then
- mkdir -p $DEPLOYDIR
-fi
cd $BASEDIR
@@ -61,9 +58,3 @@ echo "leaving" $MXEDIR
echo "entering $OPENSCADDIR"
cd $OPENSCADDIR
-if [ -e $DEPLOYDIR/mingw-cross-env ]; then
- rm $DEPLOYDIR/mingw-cross-env
-fi
-echo "linking mxe to" $DEPLOYDIR/mingw-cross-env
-ln -s $MXEDIR/usr/i686-pc-mingw32/ $DEPLOYDIR/mingw-cross-env
-
contact: Jan Huwald // Impressum