code
code copied to clipboard
Fix meson warning for run_command
When running meson build, there is a warning about run_command changing its defaults in the future. (See: https://github.com/mesonbuild/meson/issues/9300)
~This fixes the warning while keeping the current default.~ UPDATE: after the feedback, I changed the check to true.
Without fix:

With fix:
