diff --git a/src/js/meson.build b/src/js/meson.build index d1956746b..8c827913d 100644 --- a/src/js/meson.build +++ b/src/js/meson.build @@ -2,7 +2,7 @@ if conf_data.get('CONFIG_ECMASCRIPT_SMJS') or conf_data.get('CONFIG_QUICKJS') xxd = find_program('xxd') - run_command([xxd, '-i', 'fetch.js', 'fetch.h']) + run_command([xxd, '-i', 'fetch.js', 'fetch.h'], check: true) endif if conf_data.get('CONFIG_ECMASCRIPT_SMJS')