code icon indicating copy to clipboard operation
code copied to clipboard

Fix meson warning for run_command

Open turbobastii opened this issue 3 years ago • 0 comments

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: image

With fix: Screenshot from 2022-10-01 09-13-24

turbobastii avatar Oct 01 '22 07:10 turbobastii