]> git.ipfire.org Git - thirdparty/systemd.git/commit - meson.build
meson: remove multi-line statement with trailing '\'
authorAnita Zhang <the.anitazha@gmail.com>
Mon, 21 Sep 2020 18:41:17 +0000 (11:41 -0700)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 21 Sep 2020 19:20:39 +0000 (21:20 +0200)
commit06ca077ba2768a985a5f34926dcf7fe0c148a8f1
treea380a66d3c64e079811fee3489104e4088ab0e04
parent55e11ace688aa5d0605baaaf4d88574c1b8b2911
meson: remove multi-line statement with trailing '\'

Error on meson 0.47:
```
meson.build:885:47: ERROR:  Expecting colon got eol_cont.
crypt_header = conf.get('HAVE_CRYPT_H') == 1 ? \
                                               ^
```

This seems to have been fixed in meson 0.50 after a report from
https://github.com/mesonbuild/meson/issues/4720
meson.build