From be092c252e180d2c7e1fc6639d9ebc56aac80fd1 Mon Sep 17 00:00:00 2001 From: Dylan Baker Date: Wed, 14 Dec 2022 11:35:25 -0800 Subject: docs: replace most uses of `meson_options.txt` with `meson.options` I've left the old release notes in place, but updated everything else to use `meson.options` --- docs/markdown/Fs-module.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/markdown/Fs-module.md') diff --git a/docs/markdown/Fs-module.md b/docs/markdown/Fs-module.md index 139355192..e18fa5663 100644 --- a/docs/markdown/Fs-module.md +++ b/docs/markdown/Fs-module.md @@ -16,7 +16,7 @@ If specified, a leading `~` is expanded to the user home directory. Environment variables are not available as is the rule throughout Meson. That is, $HOME, %USERPROFILE%, $MKLROOT, etc. have no meaning to the Meson filesystem module. If needed, pass such variables into Meson via command -line options in `meson_options.txt`, native-file or cross-file. +line options in `meson.options`, native-file or cross-file. Where possible, symlinks and parent directory notation are resolved to an absolute path. -- cgit v1.2.3