summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xtools/patch-tool-mxe6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/patch-tool-mxe b/tools/patch-tool-mxe
index 1ba10c9..b59b094 100755
--- a/tools/patch-tool-mxe
+++ b/tools/patch-tool-mxe
@@ -59,10 +59,10 @@ function init_git {
echo "Checking for cached $pkg_file"
if [ ! -f $mxedir/pkg/$pkg_file ]; then
- make -C "$mxedir" download-$pkg
- echo "Building the mxe Makefile target 'download-$pkg' to get missing file"
+ make -C "$mxedir" download-only-$pkg
+ echo "Building the mxe Makefile target 'download-only-$pkg' to get missing file"
if [ ! $? -eq 0 ]; then
- echo "Could not build target download-$pkg - cancelling init." >&2
+ echo "Could not build target download-only-$pkg - cancelling init." >&2
exit 1
fi
fi