]> www.infradead.org Git - users/sagi/nvme-cli.git/commit
meson: fix incorrect argument call to has_header()
authorEli Schwartz <eschwartz93@gmail.com>
Fri, 24 Dec 2021 00:12:36 +0000 (19:12 -0500)
committerEli Schwartz <eschwartz93@gmail.com>
Fri, 24 Dec 2021 00:12:36 +0000 (19:12 -0500)
commit6e6e4eaee79e0c21e3bde78752b313ce1a638799
tree656ae2125509ce97ed2aeb059c85bf3fa48d997d
parent0a6cc4716d181b8d551efa87ab6952d69f5293a3
meson: fix incorrect argument call to has_header()

It only accepts a string, but an array of strings was passed.

Due to meson internal implementation details, arguments are sometimes
flattened and this works anyway.

However, muon choked on it and errored out.
meson.build