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:54:01 +0000 (07:54 +0200)
commitcf6df4681f466a9716e2ae5a0dfaf9f1b96b6145
tree6b005fb9420e8fe6f424f76503a1b0ed5c9fc634
parentaa3cde5d453e3dd0f259827f7f02874d7260047e
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.

(cherry picked from commit 9e70f2f81821efa4797d89c06d1f04c11e86015e)
meson.build