]> git.ipfire.org Git - thirdparty/systemd.git/commit - meson.build
meson: use env object instead of string in tags targets 7933/head
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 26 Jan 2018 15:15:17 +0000 (16:15 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sat, 27 Jan 2018 08:03:46 +0000 (09:03 +0100)
commit25a82102345170539541c3a3d050932472fd21cc
tree7c33b98134b5034b804adab9bb9c4febcde3b59e
parentb68dfb9e83dc2d12cf9d8ae5ef3ddaca537a8519
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