On Fri, Mar 10, 2023 at 11:11:38AM +0000, Bruce Richardson wrote: > To ensure proper path tracking for files being used by the build, the > "files()" function should always be used. While meson currently assumes > that bare filenames passed to commands refer to paths in the current > directory, other reimplementations of meson, e.g. muon, require the > paths to be properly tracked. Therefore, for resiliency, ensure all > paths are specified using "files()". > > Signed-off-by: Bruce Richardson <[email protected]>
Reviewed-by: Tyler Retzlaff <[email protected]>

