run_command(..., check: true) was introduced because of a breaking change in newer meson versions (https://github.com/mesonbuild/meson/issues/9300), however Rizin uses the return code to see if the subproject is in the right state or not. Revert back to check: false, so that meson will not fail and we can detect the failure in our meson.build files. Signed-off-by: Riccardo Schirone <sirmy15@gmail.com> |
||
|---|---|---|
| .. | ||
| parser | ||
| base.c | ||
| format.c | ||
| function.c | ||
| helpers.c | ||
| meson.build | ||
| path.c | ||
| serialize_functions.c | ||
| serialize_types.c | ||
| type.c | ||
| typeclass.c | ||