mirror of
https://github.com/simonmichael/hledger.git
synced 2025-01-07 19:28:26 +03:00
fix a build error with certain flags
This commit is contained in:
parent
195fc13fcf
commit
00a89bf472
@ -12,9 +12,9 @@ import Ledger.Utils
|
||||
import Ledger.Types
|
||||
import Ledger.Dates
|
||||
|
||||
configflags = [
|
||||
configflags = tail [""
|
||||
#ifdef VTY
|
||||
"vty"
|
||||
,"vty"
|
||||
#endif
|
||||
#ifdef ANSI
|
||||
,"ansi"
|
||||
|
Loading…
Reference in New Issue
Block a user