Fix ninja BTLS build for verbose builds (#5673)
authorMarek Habersack <grendel@twistedcode.net>
Mon, 2 Oct 2017 14:15:45 +0000 (16:15 +0200)
committerAlexander Köplinger <alex.koeplinger@outlook.com>
Mon, 2 Oct 2017 14:15:45 +0000 (16:15 +0200)
ninja treats `VERBOSE=1` as a target and, failing to find one, aborts
the build with an error. Pass `-v` in this case instead.


No differences found