1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-12-04 14:46:47 -05:00

[meson] check: true for xxd command

This commit is contained in:
Witold Filipczyk 2024-10-20 17:13:49 +02:00
parent 5930ba0d56
commit a8d424d79d

View File

@ -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')