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:
parent
5930ba0d56
commit
a8d424d79d
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user