mirror of
https://github.com/mesonbuild/meson.git
synced 2026-06-24 08:48:03 +00:00
The reference manual states that the optional value argument to dep.as_system() defaults to 'preserve'. In practice, omitting the argument makes the dependency use the 'system' include type. Update the documentation to describe the actual default behavior. Fixes #13294