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
|
Include-Dirs: Utility
|
||||||
C-Sources: Utility/libdiskfree.c
|
C-Sources: Utility/libdiskfree.c
|
||||||
Extensions: CPP
|
Extensions: CPP
|
||||||
GHC-Options: -threaded -DWITH_GLOB
|
GHC-Options: -threaded
|
||||||
|
CPP-Options: -DWITH_GLOB
|
||||||
|
|
||||||
source-repository head
|
source-repository head
|
||||||
type: git
|
type: git
|
||||||
|
|
Loading…
Reference in a new issue