git-annex.cabal: specify '-DWITH_GLOB' in cpp-options, not ghc-options

This commit is contained in:
Peter Simons 2013-02-22 16:08:03 +01:00
parent dea3ca74c4
commit ea00ff129f

View file

@ -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