From 493db9a024a89f1f696a858789ce55844a180215 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 10 May 2013 15:08:53 -0500 Subject: stub out posix stuff for Windows This is enough to let the configure program build. --- git-annex.cabal | 3 +++ 1 file changed, 3 insertions(+) (limited to 'git-annex.cabal') diff --git a/git-annex.cabal b/git-annex.cabal index 7678b7feb..d14e30cf7 100644 --- a/git-annex.cabal +++ b/git-annex.cabal @@ -86,6 +86,9 @@ Executable git-annex if flag(Production) GHC-Options: -O2 + if os(windows) + CPP-Options: -D__WINDOWS__ + if flag(TestSuite) Build-Depends: HUnit CPP-Options: -DWITH_TESTSUITE -- cgit v1.2.3