diff options
author | John Ericson <git@JohnEricson.me> | 2019-07-31 14:50:12 -0400 |
---|---|---|
committer | Xavier Claessens <xclaesse@gmail.com> | 2019-08-08 09:35:31 -0400 |
commit | 5d3c092ded5e08fd963e3a35288ceb885aab791d (patch) | |
tree | 89c3e12abd234a4d05c4331673eddbd1f18def37 | |
parent | 7cc112df0d05369da93eeb267b2d877b77a3953b (diff) | |
download | meson-5d3c092ded5e08fd963e3a35288ceb885aab791d.zip meson-5d3c092ded5e08fd963e3a35288ceb885aab791d.tar.gz meson-5d3c092ded5e08fd963e3a35288ceb885aab791d.tar.bz2 |
docs: meson -> Meson in one place
-rw-r--r-- | docs/markdown/Cross-compilation.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/Cross-compilation.md b/docs/markdown/Cross-compilation.md index f200bbb..c46082a 100644 --- a/docs/markdown/Cross-compilation.md +++ b/docs/markdown/Cross-compilation.md @@ -134,7 +134,7 @@ single string (i.e. not as `'-DCROSS=1 -DSOMETHING=3'`). *Since 0.52.0* The `sys_root` property may point to the root of the host system path (the system that will run the compiled binaries). This is used -internally by meson to set the PKG_CONFIG_SYSROOT_DIR environment variable +internally by Meson to set the PKG_CONFIG_SYSROOT_DIR environment variable for pkg-config. If this is unset the host system is assumed to share a root with the build system. |