Open turbobastii opened 2 years ago
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)
The same issue was addressed in this PR: https://github.com/elementary/code/pull/1207
~This fixes the warning while keeping the current default.~ UPDATE: after the feedback, I changed the check to true.
true
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)
The same issue was addressed in this PR: https://github.com/elementary/code/pull/1207
~This fixes the warning while keeping the current default.~ UPDATE: after the feedback, I changed the check to
true
.