You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This comes up when implementing lite-xl/lite-xl#1802, where meson wasn't able to track what files that were installed by lpm, so it wasn't able to clean up correctly. Meson supports reading depfiles, which is essentially a Makefile rule describing the output and input. If lpm is able to generate a depfile, meson should be able to clean up the plugins properly.
This comes up when implementing lite-xl/lite-xl#1802, where meson wasn't able to track what files that were installed by lpm, so it wasn't able to clean up correctly. Meson supports reading depfiles, which is essentially a Makefile rule describing the output and input. If lpm is able to generate a depfile, meson should be able to clean up the plugins properly.
The specification for depfiles can be found here:
https://cmake.org/cmake/help/latest/command/add_custom_command.html#grammar-token-depfile-rule
The text was updated successfully, but these errors were encountered: