Fix build without concurrent-output.
This commit was sponsored by Boyd Stephen Smith Jr. on Patreon.
This commit is contained in:
parent
62f90eed06
commit
19372e47ea
2 changed files with 2 additions and 1 deletions
|
@ -4,6 +4,7 @@ git-annex (7.20181122) UNRELEASED; urgency=medium
|
|||
when it was build with torrentparser.
|
||||
Thanks, Robert Schütz
|
||||
* When running youtube-dl to get a filename, pass --no-playlist.
|
||||
* Fix build without concurrent-output.
|
||||
|
||||
-- Joey Hess <id@joeyh.name> Tue, 27 Nov 2018 12:29:27 -0400
|
||||
|
||||
|
|
|
@ -135,5 +135,5 @@ hideRegionsWhile s a
|
|||
liftIO $ hFlush stdout
|
||||
a
|
||||
#else
|
||||
hideRegionsWhile = id
|
||||
hideRegionsWhile _ = id
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue