From 5d3c092ded5e08fd963e3a35288ceb885aab791d Mon Sep 17 00:00:00 2001 From: John Ericson Date: Wed, 31 Jul 2019 14:50:12 -0400 Subject: [PATCH] docs: meson -> Meson in one place --- docs/markdown/Cross-compilation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/markdown/Cross-compilation.md b/docs/markdown/Cross-compilation.md index f200bbb40..c46082a6d 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.