fix typo
This commit is contained in:
parent
56540f95d1
commit
329f176eb4
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ buildFlags = filter (not . null)
|
||||||
#else
|
#else
|
||||||
#warning Building without CryptoHash.
|
#warning Building without CryptoHash.
|
||||||
#endif
|
#endif
|
||||||
#ifdef WITH_TORRENTParser
|
#ifdef WITH_TORRENTPARSER
|
||||||
, "TorrentParser"
|
, "TorrentParser"
|
||||||
#else
|
#else
|
||||||
#warning Building without haskell torrent library; will instead use btshowmetainfo to parse torrent files.
|
#warning Building without haskell torrent library; will instead use btshowmetainfo to parse torrent files.
|
||||||
|
|
Loading…
Reference in a new issue