aboutsummaryrefslogtreecommitdiff
path: root/update_MINGW.sh
diff options
context:
space:
mode:
authorlns <matzeton@googlemail.com>2022-05-06 23:21:23 +0200
committerlns <matzeton@googlemail.com>2022-05-06 23:21:23 +0200
commitaf29ba56f3881ab7acb35ef6474f6a57f6f9a373 (patch)
tree059159fafc90a7273e312aa4fa6529be649a3d93 /update_MINGW.sh
parent74eb744355b757e37c8d0fb6efacb825c6123d5b (diff)
Moved mingw-w64-build submodule to subtree.
Signed-off-by: lns <matzeton@googlemail.com>
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..d7cffc7
--- /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' master