Skip to content
Snippets Groups Projects
Commit 280e8937 authored by Simon McVittie's avatar Simon McVittie
Browse files

tests: Generate sysroots successfully when we're a subproject

parent 66a7ebe7
No related branches found
No related tags found
No related merge requests found
Pipeline #2920 failed
......@@ -64,13 +64,13 @@ install_subdir('fake-steam-runtime', install_dir : tests_dir)
meson.add_postconf_script(
python.path(),
join_paths(meson.source_root(), 'tests', 'generate-sysroots.py'),
join_paths(meson.current_source_dir(), 'generate-sysroots.py'),
join_paths(meson.current_build_dir(), 'sysroots'),
)
meson.add_install_script(
python.path(),
join_paths(meson.source_root(), 'tests', 'generate-sysroots.py'),
join_paths(meson.current_source_dir(), 'generate-sysroots.py'),
'--install',
join_paths(tests_dir, 'sysroots'),
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment