From af29ba56f3881ab7acb35ef6474f6a57f6f9a373 Mon Sep 17 00:00:00 2001 From: lns Date: Fri, 6 May 2022 23:21:23 +0200 Subject: Moved mingw-w64-build submodule to subtree. Signed-off-by: lns --- update_MINGW.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 update_MINGW.sh (limited to 'update_MINGW.sh') 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 -- cgit v1.2.3