From cede7bdcdee25adcc635a0496ece6d7078a094d5 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 25 Jun 2012 11:38:42 -0400 Subject: cabal: Only try to use inotify on Linux. --- git-annex.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'git-annex.cabal') diff --git a/git-annex.cabal b/git-annex.cabal index 3902a077b..b43705793 100644 --- a/git-annex.cabal +++ b/git-annex.cabal @@ -47,7 +47,7 @@ Executable git-annex Build-Depends: hS3 CPP-Options: -DWITH_S3 - if flag(Inotify) + if os(linux) && flag(Inotify) Build-Depends: hinotify CPP-Options: -DWITH_INOTIFY -- cgit v1.2.3