From 02bc092940bc2c167d86e4aedfde4cc742d34e0c Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 17 Oct 2013 15:56:56 -0400 Subject: try working around windows xargs problem --- Build/BundledPrograms.hs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Build') 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 -- cgit v1.2.3