summaryrefslogtreecommitdiff
path: root/git-annex.cabal
diff options
context:
space:
mode:
authorGravatar Peter Simons <simons@cryp.to>2013-02-22 16:08:03 +0100
committerGravatar Peter Simons <simons@cryp.to>2013-02-23 17:05:43 +0100
commit11ee39eaa1697bcf2ca6f3467739bc6a581a6dce (patch)
tree816126a0d380dcf899cc51f5fb065432806ae321 /git-annex.cabal
parentf7c3e324b82c6225b98f3e4c263ce50088ff130e (diff)
git-annex.cabal: specify '-DWITH_GLOB' in cpp-options, not ghc-options
Diffstat (limited to 'git-annex.cabal')
-rw-r--r--git-annex.cabal3
1 files changed, 2 insertions, 1 deletions
diff --git a/git-annex.cabal b/git-annex.cabal
index b588a1321..d62f0a40d 100644
--- a/git-annex.cabal
+++ b/git-annex.cabal
@@ -132,7 +132,8 @@ Test-Suite test
Include-Dirs: Utility
C-Sources: Utility/libdiskfree.c
Extensions: CPP
- GHC-Options: -threaded -DWITH_GLOB
+ GHC-Options: -threaded
+ CPP-Options: -DWITH_GLOB
source-repository head
type: git