From 29a150263da17a2be21f5fb7b24ab2ee95ffcaeb Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 6 Oct 2013 17:23:30 -0400 Subject: remove __WINDOWS__ ifdef --- git-annex.cabal | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'git-annex.cabal') 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) -- cgit v1.2.3