chiark / gitweb /
meson: use multiline string syntax (#8214)
authorCaio Marcelo de Oliveira Filho <cmarcelo@gmail.com>
Mon, 19 Feb 2018 09:37:19 +0000 (01:37 -0800)
committerSven Eden <yamakuzure@gmx.net>
Wed, 30 May 2018 05:58:58 +0000 (07:58 +0200)
commit6074e92552ced541803bbed62c877e795ddddc17
treeb5b01d55ebbd201584cc1cd476d00c216101ae63
parent8172c1d4f5327a4081a4cd9934b6ad34f8a8e725
meson: use multiline string syntax (#8214)

The single quote working with multiple lines is likely to be unintended. With
current versions of meson, it also causes error messages after it to report the
wrong line number. Use the documented syntax instead.
meson.build