elementary / icons

Named, vector icons for elementary OS
https://elementary.io
GNU General Public License v3.0
552 stars 84 forks source link

Fix meson warning for run_command #1139

Open turbobastii opened 2 years ago

turbobastii commented 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)

image

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.