summarylogtreecommitdiffstats
path: root/mingw-make.sh
diff options
context:
space:
mode:
Diffstat (limited to 'mingw-make.sh')
-rw-r--r--mingw-make.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/mingw-make.sh b/mingw-make.sh
new file mode 100644
index 000000000000..3c177c22de8d
--- /dev/null
+++ b/mingw-make.sh
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+source mingw-env @TRIPLE@
+
+make "$@"