git-annex.cabal: specify '-DWITH_GLOB' in cpp-options, not ghc-options
This commit is contained in:
parent
dea3ca74c4
commit
ea00ff129f
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue