diff options
author | Dylan Baker <dylan@pnwbakers.com> | 2020-03-12 10:55:58 -0700 |
---|---|---|
committer | Dylan Baker <dylan@pnwbakers.com> | 2020-03-17 10:40:39 -0700 |
commit | 9074c7f8a43e6a50ff255a9974adc20887a3001f (patch) | |
tree | 014a1e95737d4eae9aab4ffe76849519c0beca54 /docs/markdown/snippets | |
parent | 0fa70325ed479cc4d61755dd376a8b7ce5a12db0 (diff) | |
download | meson-9074c7f8a43e6a50ff255a9974adc20887a3001f.zip meson-9074c7f8a43e6a50ff255a9974adc20887a3001f.tar.gz meson-9074c7f8a43e6a50ff255a9974adc20887a3001f.tar.bz2 |
envconfig: Make compiler and linker environment variables match
Diffstat (limited to 'docs/markdown/snippets')
-rw-r--r-- | docs/markdown/snippets/linker_environment_variables_match_docs.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/markdown/snippets/linker_environment_variables_match_docs.md b/docs/markdown/snippets/linker_environment_variables_match_docs.md new file mode 100644 index 0000000..233547c --- /dev/null +++ b/docs/markdown/snippets/linker_environment_variables_match_docs.md @@ -0,0 +1,7 @@ +## Dynamic Linker environment variables actually match docs + +The docs have always claimed that the Dynamic Linker environment variable +should be `${COMPILER_VAR}_LD`, but that's only the case for about half of +the variables. The other half are different. In 0.54.0 the variables match. +The old variables are still supported, but are deprecated and raise a +deprecation warning. |