From 6be1afd2596ce871eac13f2961b5dab8f2b1e87d Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 10 Dec 2013 01:18:04 -0400 Subject: windows disk free space checking --- git-annex.cabal | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'git-annex.cabal') diff --git a/git-annex.cabal b/git-annex.cabal index b4b3d209d..789ded518 100644 --- a/git-annex.cabal +++ b/git-annex.cabal @@ -100,7 +100,9 @@ Executable git-annex if flag(Production) GHC-Options: -O2 - if (! os(windows)) + if (os(windows)) + Build-Depends: Win32 + else Build-Depends: unix -- Need to list these because they're generated from .hsc files. Other-Modules: Utility.Touch Utility.Mounts -- cgit v1.2.3