mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-08 05:33:36 +00:00
infra: --meson deprecated usages
meson.source_root -> meson.project_source_root() meson.build_root -> meson.project_build_root()
This commit is contained in:
parent
70fe8f2f95
commit
79cbc0ebbc
1 changed files with 2 additions and 2 deletions
|
@ -109,6 +109,6 @@ if get_option('bindings').contains('capi')
|
|||
endforeach
|
||||
endif
|
||||
|
||||
execute_all_src = join_paths(meson.source_root(), 'examples/all.sh')
|
||||
execute_all_dst = join_paths(meson.build_root(), 'examples/all.sh')
|
||||
execute_all_src = join_paths(meson.project_source_root(), 'examples/all.sh')
|
||||
execute_all_dst = join_paths(meson.project_build_root(), 'examples/all.sh')
|
||||
run_command('cp', execute_all_src, execute_all_dst, check: true)
|
||||
|
|
Loading…
Add table
Reference in a new issue