diff options
author | Joey Hess <joey@kitenet.net> | 2013-10-06 17:23:30 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-10-06 17:23:30 -0400 |
commit | 29a150263da17a2be21f5fb7b24ab2ee95ffcaeb (patch) | |
tree | 021a4bb2c391baa7049138c787e84d713dd3eb52 /git-annex.cabal | |
parent | a822081a15fa842f468c3cd92a18e3f795fafcc0 (diff) |
remove __WINDOWS__ ifdef
Diffstat (limited to 'git-annex.cabal')
-rw-r--r-- | git-annex.cabal | 4 |
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) |