summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Ehlert <28669218+awvwgk@users.noreply.github.com>2024-11-04 08:43:04 +0100
committerEli Schwartz <eschwartz93@gmail.com>2024-11-04 20:00:32 -0500
commita6318fb861d315ccbf46570d839101f3474e0d5f (patch)
tree39f6f16dcbae22bb01c698dc2fa64b17b0becce6
parent4c7226e3632704e38606839cc962b27d44cd32e3 (diff)
downloadmeson-a6318fb861d315ccbf46570d839101f3474e0d5f.tar.gz
Add archiver to reference tables
Meson allows to set the archiver via the `AR` environment variable and a native / cross file. Only the latter approach seems to be documented. This patch adds the `AR` environment variable to the reference tables next to the compilers.
-rw-r--r--docs/markdown/Reference-tables.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/markdown/Reference-tables.md b/docs/markdown/Reference-tables.md
index a5d0d5cdc..0cf8bcfd7 100644
--- a/docs/markdown/Reference-tables.md
+++ b/docs/markdown/Reference-tables.md
@@ -386,6 +386,7 @@ machine](#Environment-variables-per-machine) section for details.
| C# | CSC | CSC | The linker is the compiler |
| Cython | CYTHON | | |
| nasm | NASM | | Uses the C linker |
+| archiver | | AR | |
*The old environment variables are still supported, but are deprecated
and will be removed in a future version of Meson.