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