diff options
-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. |