mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 19:21:06 +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
|
||||
|
||||
setenv = find_program('gst-uninstalled.py')
|
||||
run_target('uninstalled', setenv, '--builddir=@0@'.format(meson.current_build_dir()),
|
||||
'--gst-version=@0@'.format(gst_branch))
|
||||
run_target('uninstalled', command : [setenv, '--builddir=@0@'.format(meson.current_build_dir()),
|
||||
'--gst-version=@0@'.format(gst_branch)])
|
||||
|
|
Loading…
Reference in a new issue