diff --git a/meson.build b/meson.build index eb2022ce528..8bf73d23d55 100644 --- a/meson.build +++ b/meson.build @@ -210,6 +210,6 @@ for path in file_paths: f.write(content) ''', ] -run_command(create_files_command) +run_command(create_files_command, check: true) subdir('src')