diff options
author | Joey Hess <joey@kitenet.net> | 2013-06-21 13:09:09 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-06-21 13:09:09 -0400 |
commit | 46d2cfbd3baf26efa2311b287a80d429bed99b2e (patch) | |
tree | 63164ab647717cb56eca1fd8a4cd2348f1178589 /git-annex.cabal | |
parent | ebf6810492aa2338ec0614f9b286cc38baabeb71 (diff) |
simpler ifdef for linux
Diffstat (limited to 'git-annex.cabal')
-rw-r--r-- | git-annex.cabal | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/git-annex.cabal b/git-annex.cabal index 4e14eb760..a7a1c31e1 100644 --- a/git-annex.cabal +++ b/git-annex.cabal @@ -115,9 +115,6 @@ Executable git-annex Build-Depends: data-endian CPP-Options: -D__ANDROID__ - if os(linux) - CPP-Options: -D__LINUX__ - if os(linux) && flag(Inotify) Build-Depends: hinotify CPP-Options: -DWITH_INOTIFY |