From 2630f45a6a14ff25e5c13117c93e6a62a6365791 Mon Sep 17 00:00:00 2001 From: jak1 Date: Tue, 21 Jun 2022 12:32:43 +0200 Subject: using a specific commit sha to build with mxe, otherwise our patches wont work anymore --- mxe.sh | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit v1.2.3-60-g2f50