mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-01 22:21:13 +00:00
Fix run_target usage
This commit is contained in:
parent
0b58ccccbb
commit
be5e8af9e2
1 changed files with 2 additions and 2 deletions
|
@ -44,5 +44,5 @@ foreach subproj: subprojects
|
||||||
endforeach
|
endforeach
|
||||||
|
|
||||||
setenv = find_program('gst-uninstalled.py')
|
setenv = find_program('gst-uninstalled.py')
|
||||||
run_target('uninstalled', setenv, '--builddir=@0@'.format(meson.current_build_dir()),
|
run_target('uninstalled', command : [setenv, '--builddir=@0@'.format(meson.current_build_dir()),
|
||||||
'--gst-version=@0@'.format(gst_branch))
|
'--gst-version=@0@'.format(gst_branch)])
|
||||||
|
|
Loading…
Reference in a new issue