diff options
author | Joey Hess <joey@kitenet.net> | 2012-09-29 14:49:15 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-09-29 14:49:15 -0400 |
commit | 5ae6c99b0b3a38e53c817bdc985226c90bcb7946 (patch) | |
tree | 483953085a78c65c9b228a503a9643b5b7d5b3e0 /git-annex.cabal | |
parent | fdfaf4ee920208c56d6239d254b5308fe38e5baa (diff) |
let's not -DOSX, that results in unwanted mangling
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 a02505c5f..1ac97ae38 100644 --- a/git-annex.cabal +++ b/git-annex.cabal @@ -89,9 +89,6 @@ Executable git-annex Build-Depends: network-multicast, network-info CPP-Options: -DWITH_PAIRING - if os(darwin) - CPP-Options: -DOSX - Test-Suite test Type: exitcode-stdio-1.0 Main-Is: test.hs |