mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-08 05:33:36 +00:00
infra: Avoid meson warning.
WARNING:: You should add the boolean check kwarg to the run_command call. It currently defaults to false, but it will default to true in future releases of meson. See also: https://github.com/mesonbuild/meson/issues/9300
This commit is contained in:
parent
4838c25fa4
commit
2a56c43c84
1 changed files with 1 additions and 1 deletions
|
@ -80,4 +80,4 @@ endif
|
|||
|
||||
execute_all_src = join_paths(meson.source_root(), 'src/examples/all.sh')
|
||||
execute_all_dst = join_paths(meson.build_root(), 'src/examples/all.sh')
|
||||
run_command('cp', execute_all_src, execute_all_dst)
|
||||
run_command('cp', execute_all_src, execute_all_dst, check: true)
|
||||
|
|
Loading…
Add table
Reference in a new issue