aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/snippets
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2018-04-17 23:26:53 +0300
committerGitHub <noreply@github.com>2018-04-17 23:26:53 +0300
commit8ee1e49ae683cbd7eb10da37327062a490cbee70 (patch)
treee3c4d8560ef9f345c75f14c8543ba59535070c1e /docs/markdown/snippets
parent3fc1ca8687a5030577ab2ba6449d7028c6a5b884 (diff)
parentbd37afeeea0283dac1051b7d9bedf099252c1d19 (diff)
downloadmeson-8ee1e49ae683cbd7eb10da37327062a490cbee70.zip
meson-8ee1e49ae683cbd7eb10da37327062a490cbee70.tar.gz
meson-8ee1e49ae683cbd7eb10da37327062a490cbee70.tar.bz2
Merge pull request #3353 from xclaesse/has-link-argument
Add has_link_argument() and friends
Diffstat (limited to 'docs/markdown/snippets')
-rw-r--r--docs/markdown/snippets/has-link-argument.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/markdown/snippets/has-link-argument.md b/docs/markdown/snippets/has-link-argument.md
new file mode 100644
index 0000000..7beda63
--- /dev/null
+++ b/docs/markdown/snippets/has-link-argument.md
@@ -0,0 +1,9 @@
+## has_link_argument() and friends
+
+A new set of methods has been added on compiler objects to test if the linker
+supports given arguments.
+
+- `has_link_argument()`
+- `has_multi_link_arguments()`
+- `get_supported_link_arguments()`
+- `first_supported_link_argument()`