chiark / gitweb /
meson: use env object instead of string in tags targets
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 26 Jan 2018 15:15:17 +0000 (16:15 +0100)
committerSven Eden <yamakuzure@gmx.net>
Wed, 30 May 2018 05:50:20 +0000 (07:50 +0200)
commit1e586f516c80afd3fac03c49203d49ea89729dbe
tree8b2c9892e1900447c0ee6c15e4bc3d33cc8a7c58
parent982bf4f3897a1ff9253cac7bc2f90a7984207f37
meson: use env object instead of string in tags targets

I used 'tags' before because this way we avoided a unnecessary
line about 'env' detection. But we cannot use 'env' in test(), so
previous commit added 'env' detection. We might just as well use
it in custom_target().
meson.build