aboutsummaryrefslogtreecommitdiff
path: root/update_MINGW.sh
diff options
context:
space:
mode:
Diffstat (limited to 'update_MINGW.sh')
-rwxr-xr-xupdate_MINGW.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/update_MINGW.sh b/update_MINGW.sh
new file mode 100755
index 0000000..45e26c2
--- /dev/null
+++ b/update_MINGW.sh
@@ -0,0 +1,6 @@
+#!/usr/bin/env sh
+
+MYDIR="$(dirname ${0})"
+cd "${MYDIR}"
+
+git subtree pull --squash --prefix=mingw-w64-build 'https://github.com/utoni/mingw-w64-build-ng.git' main