summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2018-05-15 20:18:24 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2018-07-24 01:31:22 +0900
commit7a6397d2b35b6c1c6f0b833366d0659f4df85322 (patch)
tree13b5242735b6b47efcbf249a8fb17cd50a14c629 /tools
parentac09340e85a2117f13770893dc5c3ae45bb35519 (diff)
downloadsystemd-7a6397d2b35b6c1c6f0b833366d0659f4df85322.tar.gz
meson: use has_link_argument() and friends
This bumps the minimum required version of meson to 0.46, as `has_link_argument()` and friends are supported since 0.46.
Diffstat (limited to 'tools')
-rw-r--r--tools/meson-link-test.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/meson-link-test.c b/tools/meson-link-test.c
deleted file mode 100644
index 825bbff05f..0000000000
--- a/tools/meson-link-test.c
+++ /dev/null
@@ -1 +0,0 @@
-int main(void) {return 0;}