Skip to content

Commit

Permalink
update mxe, part of #678
Browse files Browse the repository at this point in the history
  • Loading branch information
abma committed Mar 23, 2016
1 parent fd5cfb2 commit 3eaa6c9
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions tools/mxe_create_builddir.sh
Expand Up @@ -2,15 +2,18 @@

set -e

COMMIT=a65e97c541d9fd6a881771b89fa7190bdfc49650
COMMIT=34451075836cdd23cb03b69ef285cf4a4ac9489f

if [ ! -d mxe ]; then
git clone https://github.com/mxe/mxe.git
cd mxe
else
cd mxe
git fetch origin
git clean -f -d -x
fi

cd mxe
git reset --hard $COMMIT
git clean -f -d -x

(
echo 'JOBS := 2'
Expand Down

0 comments on commit 3eaa6c9

Please sign in to comment.