1
0
mirror of https://github.com/rkd77/elinks.git synced 2025-01-03 14:57:44 -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') if conf_data.get('CONFIG_ECMASCRIPT_SMJS') or conf_data.get('CONFIG_QUICKJS')
xxd = find_program('xxd') xxd = find_program('xxd')
run_command([xxd, '-i', 'fetch.js', 'fetch.h']) run_command([xxd, '-i', 'fetch.js', 'fetch.h'], check: true)
endif endif
if conf_data.get('CONFIG_ECMASCRIPT_SMJS') if conf_data.get('CONFIG_ECMASCRIPT_SMJS')