summaryrefslogtreecommitdiff
path: root/Build
diff options
context:
space:
mode:
Diffstat (limited to 'Build')
-rw-r--r--Build/BundledPrograms.hs3
1 files changed, 3 insertions, 0 deletions
diff --git a/Build/BundledPrograms.hs b/Build/BundledPrograms.hs
index 7ce3900c1..7100af503 100644
--- a/Build/BundledPrograms.hs
+++ b/Build/BundledPrograms.hs
@@ -24,7 +24,10 @@ bundledPrograms = catMaybes
, Just "git"
#endif
, Just "cp"
+#ifndef mingw32_HOST_OS
+ -- using xargs on windows led to problems, so it's not used there
, Just "xargs"
+#endif
, Just "rsync"
, Just "ssh"
#ifndef mingw32_HOST_OS