summaryrefslogtreecommitdiff
path: root/mxe.sh
diff options
context:
space:
mode:
Diffstat (limited to 'mxe.sh')
-rwxr-xr-xmxe.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/mxe.sh b/mxe.sh
index 3d52d7c..2ba3470 100755
--- a/mxe.sh
+++ b/mxe.sh
@@ -27,6 +27,9 @@ mxe()
cd /
git clone https://github.com/mxe/mxe.git
cd mxe
+
+ sha=885cc27552e242bbd0b7656716d14d114fb269e1
+ git reset --hard $sha
# mxe params to settings.mk
echo "MXE_TARGETS := ${CROSS}" > settings.mk