aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2020-09-18 14:23:17 -0700
committerDylan Baker <dylan@pnwbakers.com>2020-09-25 11:11:46 -0700
commit54329eeed75d9fc4b9cc2ccbafb0773d24b2f92b (patch)
treebfd5bb67c98fd4c4eb892c9adc0f87e24580c6b1 /docs
parentb7cb30e175f28b6af555a04bcf7e000eb330578e (diff)
downloadmeson-54329eeed75d9fc4b9cc2ccbafb0773d24b2f92b.zip
meson-54329eeed75d9fc4b9cc2ccbafb0773d24b2f92b.tar.gz
meson-54329eeed75d9fc4b9cc2ccbafb0773d24b2f92b.tar.bz2
dependencies/hdf5: Use the correct compilers for the machine
Instead of the default ones, this is especially important when cross compiling or when using compilers that aren't compatible with the default ones. squash! dependencies/hdf5: Use the actual system compilers
Diffstat (limited to 'docs')
-rw-r--r--docs/markdown/snippets/hdf5_dependnecy_improvements.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/markdown/snippets/hdf5_dependnecy_improvements.md b/docs/markdown/snippets/hdf5_dependnecy_improvements.md
index 1f6b2e8..857eb90 100644
--- a/docs/markdown/snippets/hdf5_dependnecy_improvements.md
+++ b/docs/markdown/snippets/hdf5_dependnecy_improvements.md
@@ -4,3 +4,6 @@ HDF5 has been improved so that the internal representations have been split.
This allows selecting pkg-config and config-tool dependencies separately.
Both work as proper dependencies of their type, so `get_variable` and similar
now work correctly.
+
+It has also been fixed to use the selected compiler for the build instead of
+the default compiler.