aboutsummaryrefslogtreecommitdiff
path: root/git-annex.cabal
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-10-06 17:23:30 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-10-06 17:23:30 -0400
commit29a150263da17a2be21f5fb7b24ab2ee95ffcaeb (patch)
tree021a4bb2c391baa7049138c787e84d713dd3eb52 /git-annex.cabal
parenta822081a15fa842f468c3cd92a18e3f795fafcc0 (diff)
remove __WINDOWS__ ifdef
Diffstat (limited to 'git-annex.cabal')
-rw-r--r--git-annex.cabal4
1 files changed, 1 insertions, 3 deletions
diff --git a/git-annex.cabal b/git-annex.cabal
index 97a3a7a34..20ac48511 100644
--- a/git-annex.cabal
+++ b/git-annex.cabal
@@ -97,9 +97,7 @@ Executable git-annex
if flag(Production)
GHC-Options: -O2
- if os(windows)
- CPP-Options: -D__WINDOWS__
- else
+ if (! os(windows))
Build-Depends: unix
if flag(TestSuite)